Package org.apache.storm.serialization
Class GzipSerializationDelegate
java.lang.Object
org.apache.storm.serialization.GzipSerializationDelegate
- All Implemented Interfaces:
- SerializationDelegate
Note, this assumes it's deserializing a gzip byte stream, and will err if it encounters any other serialization.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
GzipSerializationDelegatepublic GzipSerializationDelegate()
 
- 
- 
Method Details- 
prepareDescription copied from interface:SerializationDelegateLifecycle step that will be called after instantiating with nullary constructor.- Specified by:
- preparein interface- SerializationDelegate
 
- 
serialize- Specified by:
- serializein interface- SerializationDelegate
 
- 
deserialize- Specified by:
- deserializein interface- SerializationDelegate
 
 
-