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
IOExceptionpublic byte[] serialize(List<Object> values) throws IOException
IOExceptionpublic byte[] serializeObject(Object obj)
Copyright © 2022 The Apache Software Foundation. All Rights Reserved.