public static final class ConstantSerializers.ShortArraySerializer extends Object
| Constructor and Description |
|---|
ConstantSerializers.ShortArraySerializer() |
public ConstantSerializers.ShortArraySerializer()
public int getTypeId()
public short[] read(com.hazelcast.nio.ObjectDataInput in)
throws IOException
StreamSerializerin - ObjectDataInput stream that object will read fromIOException - in case of failure to readpublic void write(com.hazelcast.nio.ObjectDataOutput out,
short[] obj)
throws IOException
StreamSerializerout - ObjectDataOutput stream that object will be written toobj - that will be written to outIOException - in case of failure to writeCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.