backtype.storm.serialization
Class KryoValuesSerializer
java.lang.Object
backtype.storm.serialization.KryoValuesSerializer
public class KryoValuesSerializer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KryoValuesSerializer
public KryoValuesSerializer(Map conf)
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.