| Constructor and Description |
|---|
DefaultJSONSerialize() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
serialize(Object obj) |
<T> T |
unserialize(byte[] bytes)
反序列化方法
|
public <T> T unserialize(byte[] bytes)
Serializeunserialize in interface SerializeT - 范型类型bytes - 反序列化后的字节Copyright © 2020 Voovan. All rights reserved.