Namespace Microsoft.Azure.ServiceBus.InteropExtensions
Classes
- DataContractBinarySerializer<T>
Returns a static 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 DataContractBinarySerializer (default serializer) or System.Runtime.Serialization.DataContractSerializer when sending message. This class provides extension methods to deserialize and retrieve the body of such messages.