Class CharSerializer.CharSerializerSnapshot
- java.lang.Object
-
- org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<Character>
-
- org.apache.flink.api.common.typeutils.base.CharSerializer.CharSerializerSnapshot
-
- All Implemented Interfaces:
TypeSerializerSnapshot<Character>
- Enclosing class:
- CharSerializer
public static final class CharSerializer.CharSerializerSnapshot extends SimpleTypeSerializerSnapshot<Character>
Serializer configuration snapshot for compatibility and format evolution.
-
-
Constructor Summary
Constructors Constructor Description CharSerializerSnapshot()
-
Method Summary
-
Methods inherited from class org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot
equals, getCurrentVersion, hashCode, readSnapshot, resolveSchemaCompatibility, restoreSerializer, toString, writeSnapshot
-
-