com.hazelcast.nio.serialization
Class ConstantSerializers.IntegerSerializer
java.lang.Object
   com.hazelcast.nio.serialization.ConstantSerializers.IntegerSerializer
com.hazelcast.nio.serialization.ConstantSerializers.IntegerSerializer
- All Implemented Interfaces: 
- Serializer, StreamSerializer<Integer>
- Enclosing class:
- ConstantSerializers
- public static final class ConstantSerializers.IntegerSerializer 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ConstantSerializers.IntegerSerializer
public ConstantSerializers.IntegerSerializer()
getTypeId
public int getTypeId()
- 
 
read
public Integer read(com.hazelcast.nio.ObjectDataInput in)
             throws IOException
- 
- Throws:
- IOException
 
write
public void write(com.hazelcast.nio.ObjectDataOutput out,
                  Integer obj)
           throws IOException
- 
- Throws:
- IOException
 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.