Interface | Description |
---|---|
JSONStringFormatter |
An object implementing this interface is used during conversion of a JSONObject instance into a String.
|
Class | Description |
---|---|
JSONCodec |
This class implements serialising/deserialising
of Java classes to and from JSON strings.
|
JSONCodecConfiguration |
Configuration of the JSON codec (see
JSONCodec ). |
JSONStringFormatterConfiguration |
Determines configuration of JSON string formatter.
|
Parser |
Parser used by a JSONCodec to parse JSON strings.
|
ReflectionHelper | |
Scanner | |
Token | |
UnsafeAllocator |
This class provides a method to instantiate objects of given classes without
calling a constructor for the object.
|
Exception | Description |
---|---|
JSONCodecException |
To be thrown on any error occurring in codecs during encoding or
decoding of data.
|