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