| Package | Description |
|---|---|
| org.atlanmod.commons.io.serializer |
Provides serialization methods and related structures.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BinarySerializer<T>
An object that is responsible of
Object to byte[] encoding and decoding. |
interface |
StringSerializer<T>
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBinarySerializer<T>
An abstract
BinarySerializer for objects of type T. |
class |
AbstractStringSerializer<T>
An abstract
StringSerializer for objects of type T. |
Copyright © 2017–2019 Atlanmod. All rights reserved.