XmlProtoSerializerReadObject Method |
Name | Description | |
---|---|---|
![]() | ReadObject(Stream) | Reads the XML stream or document with a Stream and returns the deserialized object. (Inherited from XmlObjectSerializer.) |
![]() | ReadObject(XmlReader) | Reads the XML document or stream with an XmlReader and returns the deserialized object. (Inherited from XmlObjectSerializer.) |
![]() | ReadObject(XmlDictionaryReader) | Reads the XML document or stream with an XmlDictionaryReader and returns the deserialized object. (Inherited from XmlObjectSerializer.) |
![]() | ReadObject(XmlReader, Boolean) | Reads the XML document or stream with an XmlReader and returns the deserialized object; it also enables you to specify whether the serializer can read the data before attempting to read it. (Inherited from XmlObjectSerializer.) |
![]() | ReadObject(XmlDictionaryReader, Boolean) | (Overrides XmlObjectSerializerReadObject(XmlDictionaryReader, Boolean).) |