SerializationPurpose
What a serialization operation is for – shared by both load() and save(), so the same distinction is ...
Bundles all per-deserialization state so that load() overrides receive it through one explicit parame...
QVersionNumber version
File-format version read from the stream header.
QHash< quint64, quint64 > oldPtrToSerialId
SerializationPurpose purpose
What this deserialization is for; see SerializationPurpose.
QHash< quint64, Port * > & portMap
Accumulated port-pointer map built during deserialization.
QMap< QString, QByteArray > * blobRegistry
Blob registry for resolving embedded IC blobNames during deserialization.
QString contextDir
Directory of the .panda file (for relative path resolution).