public interface ISerializer
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(byte[] bytes,
Class<T> clazz)
反序列化对象
|
String |
getContentType()
获取序列化后的ContentType类型
|
byte[] |
serialize(Object object)
序列号对象
|
Copyright © 2022. All rights reserved.