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