T - type of the serializable classpublic interface BinarySerializer<T>
| Modifier and Type | Method and Description |
|---|---|
byte[] |
serialize(T o)
This method serializes given object into byte buffer
|
byte[] serialize(T o)
o - object to be serializedCopyright © 2019. All rights reserved.