Package org.apache.storm.serialization
Interface ITupleSerializer
-
- All Known Implementing Classes:
KryoTupleSerializer
public interface ITupleSerializer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
serialize(Tuple tuple)
-
-
-
Method Detail
-
serialize
byte[] serialize(Tuple tuple)
-
-