| 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.
|
| BlinkOutput |
Methods for writing primitive Blink data types.
|
| GeneratedCodec |
Base class for a dynamically generated codec for a specific schema.
|
| GeneratedCompactCodec |
Base class for a dynamically generated compact blink codec for a specific schema.
|
| GeneratedNativeCodec |
Base class for a dynamically generated native blink codec for a specific schema.
|
| NativeBlinkCodec |
The Blink codec can serialize and deserialize Java objects according to
the Blink native binary encoding format.
|
| NativeBlinkCodecFactory |
Factory for NativeBlinkCodec.
|
| NativeBlinkInput |
Methods for reading primitive Native Blink data types.
|
| NativeBlinkOutput |
Methods for writing primitive Native Blink data types.
|
| Exception | Description |
|---|---|
| FieldDecodeException |
Decoding error related to a field.
|
| GroupDecodeException |
Decoding error related to a group.
|