T - type of the deserializable classpublic interface BinaryDeserializer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(byte[] buffer)
This method deserializes binary data to arbitrary object.
|
T deserialize(byte[] buffer)
byte - bufferCopyright © 2019. All rights reserved.