backtype.storm.serialization
Class KryoTupleDeserializer

java.lang.Object
  extended by backtype.storm.serialization.KryoTupleDeserializer
All Implemented Interfaces:
ITupleDeserializer

public class KryoTupleDeserializer
extends java.lang.Object
implements ITupleDeserializer


Constructor Summary
KryoTupleDeserializer(java.util.Map conf, GeneralTopologyContext context)
           
 
Method Summary
 Tuple deserialize(byte[] ser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KryoTupleDeserializer

public KryoTupleDeserializer(java.util.Map conf,
                             GeneralTopologyContext context)
Method Detail

deserialize

public Tuple deserialize(byte[] ser)
Specified by:
deserialize in interface ITupleDeserializer