public abstract class InternalTypeSerializer<T>
extends org.apache.flink.api.common.typeutils.TypeSerializer<T>
TypeSerializer.| Constructor and Description |
|---|
InternalTypeSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(org.apache.flink.core.memory.DataInputView source,
org.apache.flink.core.memory.DataOutputView target) |
T |
copy(T from,
T reuse) |
T |
deserialize(T reuse,
org.apache.flink.core.memory.DataInputView source) |
int |
getLength() |
boolean |
isImmutableType() |
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<T> |
snapshotConfiguration() |
public boolean isImmutableType()
isImmutableType in class org.apache.flink.api.common.typeutils.TypeSerializer<T>public T copy(T from, T reuse)
copy in class org.apache.flink.api.common.typeutils.TypeSerializer<T>public int getLength()
getLength in class org.apache.flink.api.common.typeutils.TypeSerializer<T>public T deserialize(T reuse, org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize in class org.apache.flink.api.common.typeutils.TypeSerializer<T>IOExceptionpublic void copy(org.apache.flink.core.memory.DataInputView source,
org.apache.flink.core.memory.DataOutputView target)
throws IOException
copy in class org.apache.flink.api.common.typeutils.TypeSerializer<T>IOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.