@Internal public interface LegacySerializerSnapshotTransformer<T>
TypeSerializer
s to transform a legacy TypeSerializerSnapshot
used in versions before Flink 1.7 during deserialization.Modifier and Type | Method and Description |
---|---|
<U> TypeSerializerSnapshot<T> |
transformLegacySerializerSnapshot(TypeSerializerSnapshot<U> legacySnapshot)
|
<U> TypeSerializerSnapshot<T> transformLegacySerializerSnapshot(TypeSerializerSnapshot<U> legacySnapshot)
U
- the legacy snapshot's serializer data type.legacySnapshot
- the snapshot to transform.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.