[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Helper function that serializes the object to a payload

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

Syntax

                 
  C#     Visual Basic     Visual C++  
protected internal 
void 
SimpleObjectSerialization(
	
Object 
graph
)
Protected Friend 
Sub 
SimpleObjectSerialization ( _
	
graph 
As 
Object _
)
protected public:
void 
SimpleObjectSerialization(
	
Object^ 
graph
)

Parameters

graph
Object
Object to deserialize into the message body

See Also