Skip to content

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.

Limitations

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.

Clone this wiki locally