T - The type of serialized object implementations can readpublic interface Deserializer<T>
| Modifier and Type | Method and Description | 
|---|---|
| T | fromBytes(byte[] bytes)Deserializes given serialized object from an array of bytes to its original form. | 
T fromBytes(byte[] bytes)
bytes - Array of bytes representing serialized object.