com.hazelcast.nio.serialization
Class DefaultSerializers.Externalizer

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

public static final class DefaultSerializers.Externalizer
extends Object


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

Constructor Detail

DefaultSerializers.Externalizer

public DefaultSerializers.Externalizer(boolean gzipEnabled)
Method Detail

getTypeId

public int getTypeId()

read

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

write

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


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