| Interface | Description |
|---|---|
| JsonGinjector |
Ginjector for the
JsonRegistry. |
| JsonReader<T> |
Interface for converting JSON data to an instance of T or a list of Ts.
|
| JsonReaderWriter<T> | |
| JsonWriter<T> |
Interface for serializing an instance of T or a list of Ts to JSON.
|
| Class | Description |
|---|---|
| AbstractJsonReader<T> |
Base class for generated JsonReaders.
|
| AbstractJsonWriter<T> |
Base class for generated JsonWriters.
|
| JsonInstanceCreator<T> |
Abstract base class for JSON instance creators which uses an
JSONValue as context. |
| JsonModule |
Gin module to bind the
JsonRegistry. |
| JsonRegistry |
A registry for JsonReaders and JsonWriters.
|
Copyright © 2013 Harald Pehl. All Rights Reserved.