(Inherited from Object.)
Determines whether the reader is positioned on an object that can be deserialized using the specified reader.(Overrides XmlObjectSerializer::IsStartObject(XmlDictionaryReader^).)
(Inherited from XmlObjectSerializer.)
Reads the XML stream or document with a stream and returns the deserialized object.(Overrides XmlObjectSerializer::ReadObject(Stream^).)
Reads the XML stream or document with a reader and returns the deserialized object.(Overrides XmlObjectSerializer::ReadObject(XmlDictionaryReader^, Boolean).)
Writes the closing XML element using an XmlDictionaryWriter(Overrides XmlObjectSerializer::WriteEndObject(XmlDictionaryWriter^).)
Writes the complete content of the object to the XML document or stream with the specified stream.(Overrides XmlObjectSerializer::WriteObject(Stream^, Object^).)
Writes the complete content of the object to the XML document or stream with the specified XmlDictionaryWriter.(Overrides XmlObjectSerializer::WriteObject(XmlDictionaryWriter^, Object^).)
Writes the XML content using an XmlDictionaryWriter.(Overrides XmlObjectSerializer::WriteObjectContent(XmlDictionaryWriter^, Object^).)
Writes the opening XML element using the specified writer.(Overrides XmlObjectSerializer::WriteStartObject(XmlDictionaryWriter^, Object^).)
DataContractBinarySerializer ClassMicrosoft.WindowsAzure.Messaging Namespace