com.hazelcast.nio.serialization
Class ConstantSerializers.LongSerializer

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

public static final class ConstantSerializers.LongSerializer
extends Object


Constructor Summary
ConstantSerializers.LongSerializer()
           
 
Method Summary
 int getTypeId()
           
 Long read(com.hazelcast.nio.ObjectDataInput in)
           
 void write(com.hazelcast.nio.ObjectDataOutput out, Long obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantSerializers.LongSerializer

public ConstantSerializers.LongSerializer()
Method Detail

getTypeId

public int getTypeId()

read

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

write

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


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