See: Description
| Interface | Description |
|---|---|
| BinarySerializer<T> |
An object that is responsible of
Object to byte[] encoding and decoding. |
| Serializer<T,U> |
An object that is responsible for encoding and decoding the basic representation of
Objects. |
| StringSerializer<T> |
| Class | Description |
|---|---|
| AbstractBinarySerializer<T> |
An abstract
BinarySerializer for objects of type T. |
| AbstractStringSerializer<T> |
An abstract
StringSerializer for objects of type T. |
| BinarySerializerFactory |
A factory that creates
BinarySerializer instances. |
| StringSerializerFactory |
A factory that creates
StringSerializer instances. |
Copyright © 2017–2019 Atlanmod. All rights reserved.