Microsoft.Azure.ServiceBus.InteropExtensions Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
DataContractBinarySerializer<T> |
Returns a static Microsoft.Azure.ServiceBus.InteropExtensions.DataContractBinarySerializer instance of type T |
MessageInteropExtensions |
A Message Extension Class that provides extension methods to deserialize the body of a message that was serialized and sent to ServiceBus Queue/Topic using the WindowsAzure.Messaging client library. The WindowsAzure.Messaging client library serializes objects using the Microsoft.Azure.ServiceBus.InteropExtensions.DataContractBinarySerializer (default serializer) or DataContractSerializer when sending message. This class provides extension methods to deserialize and retrieve the body of such messages. |
Azure SDK for .NET