DataContractBinarySerializer Methods

 

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

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.)

Return to top
Show: