backtype.storm.serialization
Interface SerializationDelegate

All Known Implementing Classes:
DefaultSerializationDelegate, GzipBridgeSerializationDelegate, GzipSerializationDelegate

public interface SerializationDelegate

Allow Utils to delegate meta serialization.


Method Summary
 Object deserialize(byte[] bytes)
           
 void prepare(Map stormConf)
          Lifecycle step that will be called after instantiating with nullary constructor.
 byte[] serialize(Object object)
           
 

Method Detail

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.