public static final class ConstantSerializers.ShortArraySerializer extends Object
| Constructor and Description |
|---|
ShortArraySerializer() |
| Modifier and Type | Method and Description |
|---|---|
int |
getTypeId() |
short[] |
read(com.hazelcast.nio.ObjectDataInput in) |
void |
write(com.hazelcast.nio.ObjectDataOutput out,
short[] obj) |
public int getTypeId()
public short[] read(com.hazelcast.nio.ObjectDataInput in)
throws IOException
IOExceptionpublic void write(com.hazelcast.nio.ObjectDataOutput out,
short[] obj)
throws IOException
IOExceptionCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.