SettingsSerializerExportToXml Method |
Serializes all of the objects currently added to XML
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic void ExportToXml(
XmlTextWriter xWriter
)
Parameters
- xWriter XmlTextWriter
- An XmlTextWriter advanced to the point where it is safe to serialize
IE, you cannot serialize to the XML root as the XML spec only allows one root element.
When this method returns, you should be in the original XML node path. Remember to properly end and flush the XML before closing.
See Also