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
IOException
public void write(ObjectDataOutput out, Double obj) throws IOException
IOException
Copyright © 2014 Hazelcast, Inc.. All rights reserved.