See: Description
| Class | Description |
|---|---|
| BinaryFormatConverter |
A converter for serializing representations to a binary format in form of a
byte[]. |
| BinaryFormatConverter.ByteString |
A string of bytes used to implement serialization for
BinaryFormatConverter. |
| BinaryFormatConverter.ByteString.ByteStringListEntry | |
| Converter<T> |
Base class for converting between
Representation objects and some serialization format. |
| JSONConverter |
Allows converting between a
Representation object and a JSON structure. |
| JSONPrettyConverter |
Allows converting between a
Representation object and a pretty-printed JSON structure. |