public interface Serializer
| Modifier and Type | Method and Description |
|---|---|
byte[] |
serialize(Object obj) |
Object |
unserialize(byte[] bytes) |
byte[] serialize(Object obj) throws IOException
IOExceptionObject unserialize(byte[] bytes) throws IOException
IOExceptionCopyright © 2024. All rights reserved.