Share via


Message.SimpleObjectSerialization Method (Object)

Helper function that serializes an object to a payload.

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

Syntax

protected internal void SimpleObjectSerialization(
    object graph
)
public protected:
void SimpleObjectSerialization(
    Object^ graph
)
Protected Friend Sub SimpleObjectSerialization (
    graph As Object
)

Parameters

  • graph
    Type: System.Object

    Object to deserialize into the message body.

See Also

Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top