SerializationHelpers.DeserializeXmlToObject Method
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Overload List
Name | Description | |
---|---|---|
DeserializeXmlToObject(String, Type) | Deserializes raw XML to an object. This method will throw an exception if deserialization fails. This method does not add an XML header. |
|
DeserializeXmlToObject(String, Type, DeserializationArguments) | Deserializes raw XML to an object. |
|
DeserializeXmlToObject<T>(String) | Deserializes raw XML to an object. This method will throw an exception if deserialization fails. |
|
DeserializeXmlToObject<T>(String, DeserializationArguments) | Deserializes raw XML to an object. |
See Also
SerializationHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top