| Class | Description |
|---|---|
| BlinkCodec |
The Blink codec can serialize and deserialize Java objects according to
the Blink compact binary encoding format.
|
| BlinkCodecFactory |
Factory for BlinkCodec.
|
| BlinkInput |
Methods for reading primitive Blink data types.
|
| BlinkInputStream |
An input stream which lets an application read primitive Blink data types.
|
| BlinkOutput |
Methods for writing primitive Blink data types.
|
| BlinkOutputStream |
An output stream which lets an application write primitive Blink data types.
|
| GeneratedCodec |
Base class for a dynamically generated codec for a specific dictionary.
|
| Exception | Description |
|---|---|
| FieldDecodeException |
Decoding error related to a field.
|
| GroupDecodeException |
Decoding error related to a group.
|