| Class | Description |
|---|---|
| BooleanSerializer |
Serializer for
Boolean. |
| ByteArraySerializer |
Serializer for byte arrays as they have special meaning in
StreamingInput and StreamingOutput. |
| CompactDynamicSerializer |
Serializer that will attempt to dynamically resolve serializers based on
their name.
|
| DoubleSerializer |
Serializer for
Double. |
| DynamicSerializer |
Serializer that will attempt to dynamically resolve serializers based on
their name.
|
| FloatSerializer |
Serializer for
Float. |
| IntSerializer |
Serializer for
Integer. |
| LongSerializer |
Serializer for
Long. |
| ShortSerializer |
Serializer for
Short. |
| SimpleTypeSerializer | |
| StringSerializer |
Serializer for
String. |
| UuidSerializer |
Serializer for
UUID that transforms into a byte array. |
Copyright © 2016. All rights reserved.