SerializationHelpers.SerializeObjectToXmlNode Method (Object)
Serializes an object to an XML node. This method can be used to do in-place XML updates that serializers can't handle. This should be used with [XmlAnyElement] blocks.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static XmlNode SerializeObjectToXmlNode(
object inputValue
)
public:
static XmlNode^ SerializeObjectToXmlNode(
Object^ inputValue
)
Public Shared Function SerializeObjectToXmlNode (
inputValue As Object
) As XmlNode
Parameters
inputValue
Type: System.ObjectThe input value.
Return Value
Type: System.Xml.XmlNode
See Also
SerializationHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top