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(com.hazelcast.nio.ObjectDataInput in)
           
 void write(com.hazelcast.nio.ObjectDataOutput out, Double obj)
           
 
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()

read

public Double read(com.hazelcast.nio.ObjectDataInput in)
            throws IOException
Throws:
IOException

write

public void write(com.hazelcast.nio.ObjectDataOutput out,
                  Double obj)
           throws IOException
Throws:
IOException


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