Interface | Description |
---|---|
Converter |
Convertables use the values and rules defined in this interface.
|
Decoder<T> |
Decoder objects convert well defined byte arrays to objects of type T.
|
Encoder |
Encoder objects convert values to a well defined byte arrays.
|
Class | Description |
---|---|
BinaryParser |
Parses byte-array to RawBinary type.
|
RawBinary |
A RawBinary represents either a value or a container.
|
Exception | Description |
---|---|
ObjectCreationException |
If an object can't be created using reflection for whatever reason
Created: 21 Feb 2016, 9:42:21 am
|