com.hazelcast.nio.serialization
Class ConstantSerializers.DoubleSerializer

java.lang.Object
  extended by com.hazelcast.nio.serialization.ConstantSerializers.DoubleSerializer
All Implemented Interfaces:
Serializer, StreamSerializer<Double>
Enclosing class:
ConstantSerializers

public static final class ConstantSerializers.DoubleSerializer
extends Object


Constructor Summary
ConstantSerializers.DoubleSerializer()
           
 
Method Summary
 int getTypeId()
           
 Double read(ObjectDataInput in)
          Reads object from objectDataInputStream
 void write(ObjectDataOutput out, Double obj)
          This method writes object to ObjectDataOutput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantSerializers.DoubleSerializer

public ConstantSerializers.DoubleSerializer()
Method Detail

getTypeId

public int getTypeId()
Returns:
typeId of serializer

read

public Double read(ObjectDataInput in)
            throws IOException
Description copied from interface: StreamSerializer
Reads object from objectDataInputStream

Parameters:
in - ObjectDataInput stream that object will read from
Returns:
read object
Throws:
IOException - in case of failure to read

write

public void write(ObjectDataOutput out,
                  Double obj)
           throws IOException
Description copied from interface: StreamSerializer
This method writes object to ObjectDataOutput

Parameters:
out - ObjectDataOutput stream that object will be written to
obj - that will be written to out
Throws:
IOException - in case of failure to write


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.