public static final class ConstantSerializers.LongSerializer extends Object
Constructor and Description |
---|
LongSerializer() |
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.