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