SerializationHelpers.DeserializeRawToStructure Method (Byte[], Type)
Deserializes a raw byte stream to an object.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static object DeserializeRawToStructure(
byte[] data,
Type type
)
public:
static Object^ DeserializeRawToStructure(
array<unsigned char>^ data,
Type^ type
)
Public Shared Function DeserializeRawToStructure (
data As Byte(),
type As Type
) As Object
Parameters
data
Type: System.Byte[]The raw byte stream.
type
Type: System.TypeThe type.
Return Value
Type: System.Object
Deserialized object.
See Also
DeserializeRawToStructure Overload
SerializationHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top