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

Deserializes a raw byte stream to an object

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
Object 
DeserializeRawToStructure(
	
byte[] 
data,
	
Type 
type
)
Public 
Shared 
Function 
DeserializeRawToStructure ( _
	
data 
As 
Byte(), _
	
type 
As 
Type _
) 
As 
Object
public:
static 
Object^ 
DeserializeRawToStructure(
	
array<
unsigned char>^ 
data, 
	
Type^ 
type
)

Parameters

data
array< Byte > [] () [] []
type
Type

Return Value

Deserialized object

See Also