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

Overload List

Name Description
DeserializeXmlToObject < (Of < <' ( T > ) > > ) (String)
Deserializes raw XML to an object. Will throw an exception if it fails
DeserializeXmlToObject < (Of < <' ( T > ) > > ) (String, DeserializationArguments)
Deserializes raw XML to an object.
DeserializeXmlToObject(String, Type)
Deserializes raw XML to an object. Will throw an exception if it fails.

Calling this function does not add an XML header and will throw an exception if there are deserialization failures.

DeserializeXmlToObject(String, Type, DeserializationArguments)
Deserializes raw XML to an object

See Also