SerializationHelpers.SerializeObjectToXml Method
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Overload List
Name | Description | |
---|---|---|
SerializeObjectToXml(Object) | Serializes an object to raw XML. If serialization fails, the method throws an exception and strips XML attributes. |
|
SerializeObjectToXml(Object, SerializationArguments) | Serializes the object to Unicode XML. |
|
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