backtype.storm.serialization
Class SerializableSerializer

java.lang.Object
  extended by com.esotericsoftware.kryo.Serializer<Object>
      extended by backtype.storm.serialization.SerializableSerializer

public class SerializableSerializer
extends com.esotericsoftware.kryo.Serializer<Object>


Constructor Summary
SerializableSerializer()
           
 
Method Summary
 Object read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class c)
           
 void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, Object object)
           
 
Methods inherited from class com.esotericsoftware.kryo.Serializer
copy, getAcceptsNull, isImmutable, setAcceptsNull, setGenerics, setImmutable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableSerializer

public SerializableSerializer()
Method Detail

write

public void write(com.esotericsoftware.kryo.Kryo kryo,
                  com.esotericsoftware.kryo.io.Output output,
                  Object object)
Specified by:
write in class com.esotericsoftware.kryo.Serializer<Object>

read

public Object read(com.esotericsoftware.kryo.Kryo kryo,
                   com.esotericsoftware.kryo.io.Input input,
                   Class c)
Specified by:
read in class com.esotericsoftware.kryo.Serializer<Object>


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.