public final class ListDelimitedSerializer extends Object
| Constructor and Description |
|---|
ListDelimitedSerializer() |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
deserializeList(byte[] valueBytes,
org.apache.flink.api.common.typeutils.TypeSerializer<T> elementSerializer) |
static <T> T |
deserializeNextElement(org.apache.flink.core.memory.DataInputDeserializer in,
org.apache.flink.api.common.typeutils.TypeSerializer<T> elementSerializer)
Deserializes a single element from a serialized list.
|
<T> byte[] |
serializeList(List<T> valueList,
org.apache.flink.api.common.typeutils.TypeSerializer<T> elementSerializer) |
public <T> List<T> deserializeList(byte[] valueBytes, org.apache.flink.api.common.typeutils.TypeSerializer<T> elementSerializer) throws IOException
IOExceptionpublic <T> byte[] serializeList(List<T> valueList, org.apache.flink.api.common.typeutils.TypeSerializer<T> elementSerializer) throws IOException
IOExceptionpublic static <T> T deserializeNextElement(org.apache.flink.core.memory.DataInputDeserializer in,
org.apache.flink.api.common.typeutils.TypeSerializer<T> elementSerializer)
throws IOException
IOExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.