public interface ObjectSerializer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(byte[] bytes,
Class<?> clazz)
De-serialize byte array to an instance.
|
byte[] |
serialize(T t)
Serialize an instance to byte array.
|
Copyright © 2015. All Rights Reserved.