[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

Name Description
SerializeObjectToXml(Object)
Serializes an object to raw XML, throws an exception if serialization fails and strips XML garbage
SerializeObjectToXml(Object, SerializationArguments)
Serializes the object to Unicode XML
SerializeObjectToXml(Object, SerializationArguments, Encoding)
Serializes the object to a byte array representing XML with the specified encoding

See Also