public interface ISerializer<T>
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(byte[] bytes) |
byte[] |
serialize(Object object) |
<T> T deserialize(byte[] bytes)
byte[] serialize(Object object)
Copyright © 2016. All Rights Reserved.