-
Notifications
You must be signed in to change notification settings - Fork 2
XML Encoding
Hot Chai Productions edited this page Mar 13, 2014
·
1 revision
Serialize.NET supports reading and writing XML content using the XmlObjectReader and XmlObjectWriter classes, respectively.
The XML format output by XmlObjectWriter is valid XML, however, XmlObjectReader cannot read any arbitrary XML document per the following limitations:
- XmlObjectReader only supports the element names output by XmlObjectWriter.