public interface ByteArraySerializer<T> extends Serializer
| Modifier and Type | Method and Description |
|---|---|
T |
read(byte[] buffer) |
byte[] |
write(T object) |
destroy, getTypeIdbyte[] write(T object) throws IOException
IOExceptionT read(byte[] buffer) throws IOException
IOExceptionCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.