com.hazelcast.nio.serialization
Class ConstantSerializers.LongArraySerializer

java.lang.Object
  extended by com.hazelcast.nio.serialization.ConstantSerializers.LongArraySerializer
All Implemented Interfaces:
Serializer, StreamSerializer<long[]>
Enclosing class:
ConstantSerializers

public static final class ConstantSerializers.LongArraySerializer
extends Object


Constructor Summary
ConstantSerializers.LongArraySerializer()
           
 
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.LongArraySerializer

public ConstantSerializers.LongArraySerializer()
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.