| Class | Description |
|---|---|
| BlockCipherSerializer |
Serializer with Symmetric Key Encryption.
|
| BsonSerializer |
BSON Serializer
Binary BSON reader and writer. |
| CborSerializer |
CBOR Serializer
CBOR is based on the wildly successful JSON data model: numbers, strings, arrays, maps (called objects in JSON), and a few values such as false, true, and null. |
| ChainedSerializer |
Superclass of chainable Serializers.
|
| DeflaterSerializer |
Message compressor / decompressor.
|
| IonSerializer |
Amazon ION Serializer
Description: Amazon Ion is a richly-typed, self-describing, hierarchical data serialization format offering interchangeable binary and text representations. |
| JavaSerializer |
Serializer based on Java Object Serialization
Type safe, but Java-dependent and slower than the JsonSerializer. |
| JsonSerializer |
Generic JSON serializer
JSON (JavaScript Object Notation) is a lightweight data-interchange format. |
| MsgPackSerializer |
MessagePack serializer
MessagePack is an efficient binary serialization format. |
| Serializer |
Base superclass of all data serializer implementations.
|
| SmileSerializer |
Smile Serializer
Smile is a computer data interchange format based on JSON. |