| Interface | Description |
|---|---|
| SerializerProvider |
Provider of serializers based on a string mime-type.
|
| Class | Description |
|---|---|
| BinarySerializer |
Compact binary serializer.
|
| DefaultSerializerProvider |
Default serializer provider for core serializers.
|
| FastBinarySerializer |
Compact binary serializer.
|
| JsonSerializer |
Compact JSON serializer.
|
| PrettySerializer |
Pretty printer that can print message content for easily reading and
debugging.
|
| Serializer |
Thrift serializers are stateless injectable implementation classes that
transforms messages to binary stream (serializes), or binary stream to
messages (deserializes).
|
| Enum | Description |
|---|---|
| JsonSerializer.IdType |
| Exception | Description |
|---|---|
| SerializerException |
Exception on serialization or deserialization.
|
Copyright © 2015–2016 morimekta.net. All rights reserved.