| Interface | Description |
|---|---|
| JsonSerializable | |
| JsonSerializer<T> |
| Class | Description |
|---|---|
| Json |
Reads/writes Java objects to/from JSON, automatically.
|
| 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.
|
| ObjectMap<K,V> |
An unordered map.
|
| ObjectMap.Entries<K,V> | |
| ObjectMap.Entry<K,V> | |
| ObjectMap.Keys<K> | |
| ObjectMap.Values<V> | |
| ReadOnlySerializer<T> |
| Enum | Description |
|---|---|
| JsonValue.ValueType | |
| OutputType |
| Exception | Description |
|---|---|
| JsonException |
Indicates an error during serialization due to misconfiguration or during deserialization due to invalid input data.
|
Copyright © 2014. All Rights Reserved.