public abstract class TypeSerializerSingleton<T>
extends org.apache.flink.api.common.typeutils.TypeSerializer<T>
TypeSerializer whose method duplicate() return itself.| Constructor and Description |
|---|
TypeSerializerSingleton() |
| Modifier and Type | Method and Description |
|---|---|
TypeSerializerSingleton<T> |
duplicate() |
boolean |
equals(Object obj) |
int |
hashCode() |
public TypeSerializerSingleton<T> duplicate()
duplicate in class org.apache.flink.api.common.typeutils.TypeSerializer<T>public int hashCode()
hashCode in class org.apache.flink.api.common.typeutils.TypeSerializer<T>Copyright © 2024 The Apache Software Foundation. All rights reserved.