| Class | Description |
|---|---|
| GsonBufferedSourceAdapter<Parsed> |
An implementation of
BufferedSourceAdapter that uses
Gson to convert Java values to JSON. |
| GsonParserFactory |
Factory which returns various Gson
Parser implementations. |
| GsonReaderParser<Parsed> | |
| GsonSourceParser<Parsed> |
Parser to be used when going from a BufferedSource to any Parsed Type
example usage:
ParsingStoreBuilder.
|
| GsonStringParser<Parsed> | |
| GsonTransformerFactory |
Factory which returns Gson
SingleTransformer implementations. |