public class NFAStateSerializerSnapshot extends CompositeTypeSerializerSnapshot<NFAState,NFAStateSerializer>
NFAStateSerializer
.Constructor and Description |
---|
NFAStateSerializerSnapshot()
Constructor for read instantiation.
|
NFAStateSerializerSnapshot(NFAStateSerializer serializerInstance)
Constructor to create the snapshot for writing.
|
Modifier and Type | Method and Description |
---|---|
protected NFAStateSerializer |
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(NFAStateSerializer outerSerializer)
Gets the nested serializers from the outer serializer.
|
getCurrentVersion, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshot
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readVersionedSnapshot, writeVersionedSnapshot
public NFAStateSerializerSnapshot()
public NFAStateSerializerSnapshot(NFAStateSerializer serializerInstance)
protected int getCurrentOuterSnapshotVersion()
CompositeTypeSerializerSnapshot
getCurrentOuterSnapshotVersion
in class CompositeTypeSerializerSnapshot<NFAState,NFAStateSerializer>
protected TypeSerializer<?>[] getNestedSerializers(NFAStateSerializer outerSerializer)
CompositeTypeSerializerSnapshot
getNestedSerializers
in class CompositeTypeSerializerSnapshot<NFAState,NFAStateSerializer>
outerSerializer
- the outer serializer.protected NFAStateSerializer createOuterSerializerWithNestedSerializers(TypeSerializer<?>[] nestedSerializers)
CompositeTypeSerializerSnapshot
createOuterSerializerWithNestedSerializers
in class CompositeTypeSerializerSnapshot<NFAState,NFAStateSerializer>
nestedSerializers
- array of nested serializers to create the outer serializer with.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.