Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.ObjectObject to deserialize into the message body.
See Also
Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top