public static final class ConstantSerializers.TheByteArraySerializer extends Object implements ByteArraySerializer<byte[]>
| Constructor and Description |
|---|
TheByteArraySerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
getTypeId() |
byte[] |
read(byte[] buffer) |
byte[] |
write(byte[] object) |
public int getTypeId()
getTypeId in interface Serializerpublic byte[] write(byte[] object)
throws IOException
write in interface ByteArraySerializer<byte[]>IOExceptionpublic byte[] read(byte[] buffer)
throws IOException
read in interface ByteArraySerializer<byte[]>IOExceptionpublic void destroy()
destroy in interface SerializerCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.