| Class and Description |
|---|
| JsonObject
This class holds a JSON object in a LinkedHashMap.
|
| JsonReader
Read an object graph in JSON format and make it available in Java objects, or
in a "Map of Maps." (untyped representation).
|
| JsonReader.ClassFactory |
| JsonReader.JsonClassReaderBase
Implement this interface to add a custom JSON reader.
|
| JsonReader.JsonClassReaderEx
Implement this interface to add a custom JSON reader.
|
| JsonWriter
Output a Java object graph in JSON format.
|
| JsonWriter.JsonClassWriter
Implement this interface to custom the JSON output for a given class.
|
| JsonWriter.JsonClassWriterBase |
| JsonWriter.JsonClassWriterEx
Implement this interface to custom the JSON output for a given class.
|
| Readers.DateReader |
Copyright © 2015. All rights reserved.