Package org.apache.storm.serialization
Interface SerializationDelegate
- All Known Implementing Classes:
- GzipBridgeThriftSerializationDelegate,- GzipSerializationDelegate,- GzipThriftSerializationDelegate,- ThriftSerializationDelegate
public interface SerializationDelegate
Allow 
Utils to delegate meta serialization.- 
Method Summary
- 
Method Details- 
prepareLifecycle step that will be called after instantiating with nullary constructor.
- 
serialize
- 
deserialize
 
-