backtype.storm.serialization
Interface SerializationDelegate
- All Known Implementing Classes:
- DefaultSerializationDelegate, GzipBridgeSerializationDelegate, GzipSerializationDelegate
public interface SerializationDelegate
Allow Utils to delegate meta serialization.
prepare
void prepare(Map stormConf)
- Lifecycle step that will be called after instantiating with nullary constructor.
serialize
byte[] serialize(Object object)
deserialize
Object deserialize(byte[] bytes)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.