public interface Serializer
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
deserialize(byte[] bytes) |
String |
name() |
byte[] |
serialize(Object obj) |
String name()
byte[] serialize(Object obj) throws IOException
IOExceptionObject deserialize(byte[] bytes) throws IOException
IOExceptionCopyright © 2015. All rights reserved.