com.hazelcast.nio.serialization
Class ConstantSerializers.BooleanSerializer

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

public static final class ConstantSerializers.BooleanSerializer
extends Object


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

Constructor Detail

ConstantSerializers.BooleanSerializer

public ConstantSerializers.BooleanSerializer()
Method Detail

getTypeId

public int getTypeId()

write

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

read

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


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