public interface InstanceSerializer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(byte[] raw) |
byte[] |
serialize(T instance) |
byte[] serialize(T instance) throws IOException
IOExceptionT deserialize(byte[] raw) throws IOException
IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.