DataContractBinarySerializer Constructor (Type^)

 

Initializes a new instance of the DataContractBinarySerializer class.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

public:
DataContractBinarySerializer(
	Type^ type
)

Parameters

type
Type: System::Type^

The type of the serializer.

Return to top
Show: