com.hazelcast.nio.serialization
Class ConstantSerializers.CharArraySerializer

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

public static final class ConstantSerializers.CharArraySerializer
extends Object


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

Constructor Detail

ConstantSerializers.CharArraySerializer

public ConstantSerializers.CharArraySerializer()
Method Detail

getTypeId

public int getTypeId()

read

public char[] read(com.hazelcast.nio.ObjectDataInput in)
            throws IOException
Throws:
IOException

write

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


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