public class KryoValuesSerializer extends Object
Constructor and Description |
---|
KryoValuesSerializer(Map conf) |
Modifier and Type | Method and Description |
---|---|
byte[] |
serialize(List<Object> values) |
void |
serializeInto(List<Object> values,
com.esotericsoftware.kryo.io.Output out) |
byte[] |
serializeObject(Object obj) |
public KryoValuesSerializer(Map conf)
public void serializeInto(List<Object> values, com.esotericsoftware.kryo.io.Output out) throws IOException
IOException
public byte[] serialize(List<Object> values) throws IOException
IOException
public byte[] serializeObject(Object obj)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.