DataContractBinarySerializer Class

 

Updated: July 21, 2013

Represents a data contract binary serializer.

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

System.Object
  System.Runtime.Serialization.XmlObjectSerializer
    Microsoft.WindowsAzure.Messaging.DataContractBinarySerializer

public sealed class DataContractBinarySerializer : XmlObjectSerializer

NameDescription
System_CAPS_pubmethodDataContractBinarySerializer(Type)

Initializes a new instance of the DataContractBinarySerializer class.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsStartObject(XmlDictionaryReader)

Determines whether the reader is positioned on an object that can be deserialized using the specified reader.(Overrides XmlObjectSerializer.IsStartObject(XmlDictionaryReader).)

System_CAPS_pubmethodIsStartObject(XmlReader)

(Inherited from XmlObjectSerializer.)

System_CAPS_pubmethodReadObject(Stream)

Reads the XML stream or document with a stream and returns the deserialized object.(Overrides XmlObjectSerializer.ReadObject(Stream).)

System_CAPS_pubmethodReadObject(XmlDictionaryReader)

(Inherited from XmlObjectSerializer.)

System_CAPS_pubmethodReadObject(XmlDictionaryReader, Boolean)

Reads the XML stream or document with a reader and returns the deserialized object.(Overrides XmlObjectSerializer.ReadObject(XmlDictionaryReader, Boolean).)

System_CAPS_pubmethodReadObject(XmlReader)

(Inherited from XmlObjectSerializer.)

System_CAPS_pubmethodReadObject(XmlReader, Boolean)

(Inherited from XmlObjectSerializer.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWriteEndObject(XmlDictionaryWriter)

Writes the closing XML element using an XmlDictionaryWriter(Overrides XmlObjectSerializer.WriteEndObject(XmlDictionaryWriter).)

System_CAPS_pubmethodWriteEndObject(XmlWriter)

(Inherited from XmlObjectSerializer.)

System_CAPS_pubmethodWriteObject(Stream, Object)

Writes the complete content of the object to the XML document or stream with the specified stream.(Overrides XmlObjectSerializer.WriteObject(Stream, Object).)

System_CAPS_pubmethodWriteObject(XmlDictionaryWriter, Object)

Writes the complete content of the object to the XML document or stream with the specified XmlDictionaryWriter.(Overrides XmlObjectSerializer.WriteObject(XmlDictionaryWriter, Object).)

System_CAPS_pubmethodWriteObject(XmlWriter, Object)

(Inherited from XmlObjectSerializer.)

System_CAPS_pubmethodWriteObjectContent(XmlDictionaryWriter, Object)
System_CAPS_pubmethodWriteObjectContent(XmlWriter, Object)

(Inherited from XmlObjectSerializer.)

System_CAPS_pubmethodWriteStartObject(XmlDictionaryWriter, Object)

Writes the opening XML element using the specified writer.(Overrides XmlObjectSerializer.WriteStartObject(XmlDictionaryWriter, Object).)

System_CAPS_pubmethodWriteStartObject(XmlWriter, Object)

(Inherited from XmlObjectSerializer.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: