Uses of Enum
org.json.simple.Jsoner.SerializationOptions
Packages that use Jsoner.SerializationOptions
-
Uses of Jsoner.SerializationOptions in org.json.simple
Subclasses with type arguments of type Jsoner.SerializationOptions in org.json.simpleModifier and TypeClassDescriptionprivate static enumFlags to tweak the behavior of the primary serialization method.Methods in org.json.simple that return Jsoner.SerializationOptionsModifier and TypeMethodDescriptionstatic Jsoner.SerializationOptionsReturns the enum constant of this type with the specified name.static Jsoner.SerializationOptions[]Jsoner.SerializationOptions.values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.json.simple with type arguments of type Jsoner.SerializationOptionsModifier and TypeMethodDescriptionprivate static voidJsoner.serialize(Object jsonSerializable, Writer writableDestination, Set<Jsoner.SerializationOptions> flags) Serialize values to JSON and write them to the provided writer based on behavior flags.