Start » Filter Reference » System » Xml » WriteToXmlNode
Module: | FoundationLite |
---|
Saves an object to an XML node.
Name | Type | Description | |
---|---|---|---|
inObject | T | Object to be saved. | |
inFormat | OutputFormat | Output format. | |
outNode | XmlNode | XML Node with a serialized object |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Remarks
Read more about how to handle XML in Working with XML Trees article.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- ReadFromXmlNode – Reads an element from an XML node.