共用方式為


SerializationHelpers.DeserializeXmlToObject Method

 

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static 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.

System_CAPS_pubmethodSystem_CAPS_static DeserializeXmlToObject(String, Type, DeserializationArguments)

Deserializes raw XML to an object.

System_CAPS_pubmethodSystem_CAPS_static DeserializeXmlToObject<T>(String)

Deserializes raw XML to an object. This method will throw an exception if deserialization fails.

System_CAPS_pubmethodSystem_CAPS_static DeserializeXmlToObject<T>(String, DeserializationArguments)

Deserializes raw XML to an object.

See Also

SerializationHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top