public static final class ConstantSerializers.ShortArraySerializer extends Object
Constructor and Description |
---|
ShortArraySerializer() |
Modifier and Type | Method and Description |
---|---|
int |
getTypeId() |
short[] |
read(ObjectDataInput in) |
void |
write(ObjectDataOutput out,
short[] obj) |
public int getTypeId()
public short[] read(ObjectDataInput in) throws IOException
IOException
public void write(ObjectDataOutput out, short[] obj) throws IOException
IOException
Copyright © 2014 Hazelcast, Inc.. All rights reserved.