public interface Marshaller<E>
| Modifier and Type | Method and Description |
|---|---|
E |
deserialize(byte[] bytes) |
byte[] |
serialize(E object) |
byte[] serialize(E object) throws IOException
IOExceptionE deserialize(byte[] bytes) throws IOException
IOExceptionCopyright © 2021. All rights reserved.