com.hazelcast.nio.serialization
Class DefaultSerializers.BigIntegerSerializer

java.lang.Object
  extended by com.hazelcast.nio.serialization.DefaultSerializers.BigIntegerSerializer
All Implemented Interfaces:
Serializer, StreamSerializer<BigInteger>
Enclosing class:
DefaultSerializers

public static final class DefaultSerializers.BigIntegerSerializer
extends Object


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

Constructor Detail

DefaultSerializers.BigIntegerSerializer

public DefaultSerializers.BigIntegerSerializer()
Method Detail

getTypeId

public int getTypeId()

read

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

write

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


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