| Interface | Description |
|---|---|
| Serializer<T> |
Converts Java objects into a binary representation in some format, and vice versa.
|
| Class | Description |
|---|---|
| CheckingSerializerDecorator<T> |
A serializer decorator, that performs some extra checks to ensure that a user-supplied
serializer adheres to
Serializer contract. |
| StandardSerializers |
A collection of pre-defined serializers.
|
Copyright © 2018 Exonum. All rights reserved.