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