public interface Serializer extends org.coodex.util.SelectableService<String>
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends Serializable> |
deserialize(byte[] bytes,
Type type) |
byte[] |
serialize(Serializable o) |
byte[] serialize(Serializable o)
<T extends Serializable> T deserialize(byte[] bytes, Type type)
Copyright © 2021. All rights reserved.