XmlStreamDeserializationInfoAnnounceDeserializationEnd Method |
Announces that deserialization of the document hierarchy has reached the current stage.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void AnnounceDeserializationEnd(
IDocumentNode documentRoot,
bool isFinalCall
)
Parameters
- documentRoot IDocumentNode
- The root of the deserialized document.
- isFinalCall Boolean
- If set to true, this is the final announcement for the document.
See Also