public static final class NFA.MigratedNFASerializerSnapshot<T> extends CompositeTypeSerializerSnapshot<NFA.MigratedNFA<T>,NFA.NFASerializer<T>>
TypeSerializerSnapshot
for the legacy NFA.NFASerializer
.CompositeTypeSerializerSnapshot.OuterSchemaCompatibility
Constructor and Description |
---|
MigratedNFASerializerSnapshot() |
Modifier and Type | Method and Description |
---|---|
protected NFA.NFASerializer<T> |
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[] nestedSerializers)
Creates an instance of the outer serializer with a given array of its nested serializers.
|
protected int |
getCurrentOuterSnapshotVersion()
Returns the version of the current outer snapshot's written binary format.
|
protected TypeSerializer<?>[] |
getNestedSerializers(NFA.NFASerializer<T> outerSerializer)
Gets the nested serializers from the outer serializer.
|
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshot
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readVersionedSnapshot, writeVersionedSnapshot
protected int getCurrentOuterSnapshotVersion()
CompositeTypeSerializerSnapshot
getCurrentOuterSnapshotVersion
in class CompositeTypeSerializerSnapshot<NFA.MigratedNFA<T>,NFA.NFASerializer<T>>
protected TypeSerializer<?>[] getNestedSerializers(NFA.NFASerializer<T> outerSerializer)
CompositeTypeSerializerSnapshot
getNestedSerializers
in class CompositeTypeSerializerSnapshot<NFA.MigratedNFA<T>,NFA.NFASerializer<T>>
outerSerializer
- the outer serializer.protected NFA.NFASerializer<T> createOuterSerializerWithNestedSerializers(TypeSerializer<?>[] nestedSerializers)
CompositeTypeSerializerSnapshot
createOuterSerializerWithNestedSerializers
in class CompositeTypeSerializerSnapshot<NFA.MigratedNFA<T>,NFA.NFASerializer<T>>
nestedSerializers
- array of nested serializers to create the outer serializer with.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.