backtype.storm.serialization
Class KryoValuesSerializer

java.lang.Object
  extended by backtype.storm.serialization.KryoValuesSerializer

public class KryoValuesSerializer
extends Object


Constructor Summary
KryoValuesSerializer(Map conf)
           
 
Method Summary
 byte[] serialize(List<Object> values)
           
 void serializeInto(List<Object> values, com.esotericsoftware.kryo.io.Output out)
           
 byte[] serializeObject(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KryoValuesSerializer

public KryoValuesSerializer(Map conf)
Method Detail

serializeInto

public void serializeInto(List<Object> values,
                          com.esotericsoftware.kryo.io.Output out)
                   throws IOException
Throws:
IOException

serialize

public byte[] serialize(List<Object> values)
                 throws IOException
Throws:
IOException

serializeObject

public byte[] serializeObject(Object obj)


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.