public class DoublePrimitiveClassSerializer extends Object implements IClassSerializer<Double>
Modifier and Type | Field and Description |
---|---|
static DoublePrimitiveClassSerializer |
instance |
CODE_BOOLEAN, CODE_BYTE, CODE_BYTE_ARRAY, CODE_CHARACTER, CODE_DOUBLE, CODE_FLOAT, CODE_HASHMAP, CODE_INTEGER, CODE_LONG, CODE_NULL, CODE_OBJECT, CODE_SHORT, CODE_SMART_EXTERNALIZABLE, CODE_STRING
Modifier and Type | Method and Description |
---|---|
byte |
getCode() |
Double |
getDefaultValue() |
Double |
read(ObjectInput in) |
void |
write(ObjectOutput out,
Double obj) |
public static final DoublePrimitiveClassSerializer instance
public byte getCode()
getCode
in interface IClassSerializer<Double>
public Double read(ObjectInput in) throws IOException, ClassNotFoundException
read
in interface IClassSerializer<Double>
IOException
ClassNotFoundException
public void write(ObjectOutput out, Double obj) throws IOException
write
in interface IClassSerializer<Double>
IOException
public Double getDefaultValue()
getDefaultValue
in interface IClassSerializer<Double>
Copyright © GigaSpaces.