| Class | Description |
|---|---|
| JsonInputStreamReader<T> |
A
JsonStreamReader that de-serialises from an InputStream. |
| JsonOutputStreamWriter<T> |
A
JsonStreamWriter that serialises to an OutputStream. |
| JsonSinkWriter<T> |
Serializes an object into JSON and writes the serialized data to a sink.
|
| JsonSourceReader<T> |
Parses an object in JSON serialized form as found in a given data source.
|
| JsonStreamReader<S,T> |
Reads JSON from a stream of type
S and de-serialises it as a
T-value. |
| JsonStreamWriter<T,S> |
Serialises
T-values as JSON into a stream of type S. |