Package | Description |
---|---|
org.cakelab.json |
This package contains a JSON API and a JSON/POJO codec.
|
org.cakelab.json.codec |
Class and Description |
---|
JSONStringFormatter
An object implementing this interface is used during conversion of a JSONObject instance into a String.
|
JSONStringFormatterConfiguration
Determines configuration of JSON string formatter.
|
Class and Description |
---|
JSONCodecConfiguration
Configuration of the JSON codec (see
JSONCodec ). |
JSONCodecException
To be thrown on any error occurring in codecs during encoding or
decoding of data.
|
JSONStringFormatter
An object implementing this interface is used during conversion of a JSONObject instance into a String.
|
JSONStringFormatterConfiguration
Determines configuration of JSON string formatter.
|
UnsafeAllocator
This class provides a method to instantiate objects of given classes without
calling a constructor for the object.
|