backtype.storm.serialization
Class SerializableSerializer
java.lang.Object
com.esotericsoftware.kryo.Serializer<Object>
backtype.storm.serialization.SerializableSerializer
public class SerializableSerializer
- extends com.esotericsoftware.kryo.Serializer<Object>
|
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 |
SerializableSerializer
public SerializableSerializer()
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.