DataContractBinarySerializer Class

 

Represents a data contract binary serializer.

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

Inheritance Hierarchy

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

Syntax

public sealed class DataContractBinarySerializer : XmlObjectSerializer
public ref class DataContractBinarySerializer sealed : XmlObjectSerializer
[<Sealed>]
type DataContractBinarySerializer = 
    class
        inherit XmlObjectSerializer
    end
Public NotInheritable Class DataContractBinarySerializer
    Inherits XmlObjectSerializer

Constructors

Name Description
System_CAPS_pubmethod DataContractBinarySerializer(Type)

Initializes a new instance of the DataContractBinarySerializer class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod IsStartObject(XmlDictionaryReader)

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

System_CAPS_pubmethod IsStartObject(XmlReader)

(Inherited from XmlObjectSerializer.)

System_CAPS_pubmethod ReadObject(Stream)

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

System_CAPS_pubmethod ReadObject(XmlDictionaryReader)

(Inherited from XmlObjectSerializer.)

System_CAPS_pubmethod ReadObject(XmlDictionaryReader, Boolean)

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

System_CAPS_pubmethod ReadObject(XmlReader)

(Inherited from XmlObjectSerializer.)

System_CAPS_pubmethod ReadObject(XmlReader, Boolean)

(Inherited from XmlObjectSerializer.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod WriteEndObject(XmlDictionaryWriter)

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

System_CAPS_pubmethod WriteEndObject(XmlWriter)

(Inherited from XmlObjectSerializer.)

System_CAPS_pubmethod WriteObject(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_pubmethod WriteObject(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_pubmethod WriteObject(XmlWriter, Object)

(Inherited from XmlObjectSerializer.)

System_CAPS_pubmethod WriteObjectContent(XmlDictionaryWriter, Object)

Writes the XML content using an XmlDictionaryWriter.(Overrides XmlObjectSerializer.WriteObjectContent(XmlDictionaryWriter, Object).)

System_CAPS_pubmethod WriteObjectContent(XmlWriter, Object)

(Inherited from XmlObjectSerializer.)

System_CAPS_pubmethod WriteStartObject(XmlDictionaryWriter, Object)

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

System_CAPS_pubmethod WriteStartObject(XmlWriter, Object)

(Inherited from XmlObjectSerializer.)

Thread Safety

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

See Also

Microsoft.WindowsAzure.Messaging Namespace

Return to top