| Interface | Description |
|---|---|
| BaseJsonReader |
| Class | Description |
|---|---|
| BufferUtils |
Class with static helper methods to increase the speed of array/direct buffer and direct buffer/direct buffer transfers
|
| JsonReader |
Lightweight JSON parser.
The default behavior is to parse the JSON into a DOM containing JsonValue objects. |
| JsonValue |
Container for a JSON object, array, string, double, long, boolean, or null.
|
| JsonValue.PrettyPrintSettings | |
| JsonWriter |
Builder style API for emitting JSON.
|
| StreamUtils |
Provides utility methods to copy streams.
|
| StreamUtils.OptimizedByteArrayOutputStream |
A ByteArrayOutputStream which avoids copying of the byte array if possible.
|
| StringBuilder |
A
StringBuilder that implements equals and hashcode. |
| Enum | Description |
|---|---|
| JsonValue.ValueType | |
| JsonWriter.OutputType |
| Exception | Description |
|---|---|
| SerializationException |
Indicates an error during serialization due to misconfiguration or during deserialization due to invalid input data.
|