Package org.apache.storm.trident.spout
Class RichSpoutBatchIdSerializer
java.lang.Object
com.esotericsoftware.kryo.Serializer<RichSpoutBatchId>
org.apache.storm.trident.spout.RichSpoutBatchIdSerializer
public class RichSpoutBatchIdSerializer
extends com.esotericsoftware.kryo.Serializer<RichSpoutBatchId>
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, RichSpoutBatchId id) Methods inherited from class com.esotericsoftware.kryo.Serializer
copy, getAcceptsNull, isImmutable, setAcceptsNull, setImmutable 
- 
Constructor Details
- 
RichSpoutBatchIdSerializer
public RichSpoutBatchIdSerializer() 
 - 
 - 
Method Details
- 
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, RichSpoutBatchId id) - Specified by:
 writein classcom.esotericsoftware.kryo.Serializer<RichSpoutBatchId>
 - 
read
public RichSpoutBatchId read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class type) - Specified by:
 readin classcom.esotericsoftware.kryo.Serializer<RichSpoutBatchId>
 
 -