Package arc.util.serialization
package arc.util.serialization
-
ClassDescriptionReads/writes Java objects to/from JSON, automatically.Lightweight JSON parser.
The default behavior is to parse the JSON into a DOM containingJsonValue
objects.Container for a JSON object, array, string, double, long, boolean, or null.Builder style API for emitting JSON.An hsjon parser.The ToString format.Alias class of json arrays.Alias class of whatever is used to store json maps (objects).An unchecked exception to indicate that an input does not qualify as valid JSON.Defines the known json types.Indicates an error during serialization due to misconfiguration or during deserialization due to invalid input data.Lightweight UBJSON parser.
The default behavior is to parse the JSON into a DOM containingJsonValue
objects.Builder style API for emitting UBJSON.