Share via


SerializationHelpers.SerializeObjectToXml Method

 

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

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static SerializeObjectToXml(Object)

Serializes an object to raw XML. If serialization fails, the method throws an exception and strips XML attributes.

System_CAPS_pubmethodSystem_CAPS_static SerializeObjectToXml(Object, SerializationArguments)

Serializes the object to Unicode XML.

System_CAPS_pubmethodSystem_CAPS_static SerializeObjectToXml(Object, SerializationArguments, Encoding)

Serializes the object to a byte array that represents XML with the specified encoding.

See Also

SerializationHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top