Class | Description |
---|---|
JSONCodec |
This class implements serialising/deserialising
of Java objects from and to JSON strings.
|
JSONCodecConfiguration |
Configuration of
JSONCodec s and JSONModeller s. |
JSONModeller |
Turns Java object into JSON object tree and vice versa.
|
ReflectionHelper | |
UnsafeAllocator |
This class provides a method to allocate memory for objects
of given classes without calling a constructor.
|