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