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