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