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

Helper function that deserializes the object from the existing payload

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

Syntax

                 
  C#     Visual Basic     Visual C++  
protected internal T 

SimpleBodyDeserialization<T>()
Protected Friend 
Function 
SimpleBodyDeserialization(
Of T) 
As T
protected public:
generic<
typename T>
T 
SimpleBodyDeserialization()

Type Parameters

T
Destination object type

Return Value

Deserialized instance of the body

See Also