| Json.Naming |
The naming convention that we can use for a given type.
|
| Json.SubType |
Specify the subtypes that a given type can be represented as.
|
| JsonAdapter |
The core API for serialization to and from json.
|
| JsonAdapter.Factory |
Factory for creating a JsonAdapter.
|
| Jsonb |
Provides access to json adapters by type.
|
| Jsonb.AdapterBuilder |
Function to build a JsonAdapter that needs Jsonb.
|
| Jsonb.Builder |
Build the Jsonb instance adding JsonAdapter, Factory or AdapterBuilder.
|
| JsonbComponent |
User defined components to register custom JsonAdapters with Jsonb.Builder.
|
| JsonException |
Thrown when the data being parsed is not encoded as valid JSON,
method invocation fails for json views, or and underlying IOException occurs.
|
| JsonIoException |
Thrown when underlying IOException occurred during read or write of json.
|
| JsonReader |
Reads json content as a stream of JSON tokens and content.
|
| JsonReader.Token |
A structure, name, or value type in a JSON-encoded string.
|
| JsonType |
Provides API to serialise a type to and from JSON.
|
| JsonView |
Represents a subset of properties that can be written as json.
|
| JsonWriter |
Writes json content.
|