com.hazelcast.nio.serialization
Class DefaultSerializers.ObjectSerializer

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

public static final class DefaultSerializers.ObjectSerializer
extends Object


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

Constructor Detail

DefaultSerializers.ObjectSerializer

public DefaultSerializers.ObjectSerializer(boolean shared,
                                           boolean gzipEnabled)
Method Detail

getTypeId

public int getTypeId()

read

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

write

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


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