@Spi(scope=PROTOTYPE) public interface Serialization
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
deserialize(byte[] bytes,
Class<T> clz) |
byte[] |
serialize(Object obj) |
byte[] serialize(Object obj) throws IOException
IOException<T> T deserialize(byte[] bytes,
Class<T> clz)
throws IOException
IOExceptionCopyright © 2016. All rights reserved.