| Interface | Description |
|---|---|
| Deserializer<T> |
Deserializes arrays of bytes back to objects.
|
| Serializer<T> |
Serializes objects to arrays of bytes.
|
| Class | Description |
|---|---|
| StringDeserializer<T> |
Deserializer going through a string representation of items.
|
| StringSerializer<T> |
Serializer going through a string representation of items.
|
The library uses custom serialization mechanisms to convert objects to arrays of bytes using
instances of Serializer and build back objects from those
arrays using instances of Deserializer.
Copyright © 2014. All rights reserved.