Click or drag to resize

XmlProtoSerializerReadObject Method

Overload List
  NameDescription
Public methodReadObject(Stream)
Reads the XML stream or document with a Stream and returns the deserialized object.
(Inherited from XmlObjectSerializer.)
Public methodReadObject(XmlReader)
Reads the XML document or stream with an XmlReader and returns the deserialized object.
(Inherited from XmlObjectSerializer.)
Public methodReadObject(XmlDictionaryReader)
Reads the XML document or stream with an XmlDictionaryReader and returns the deserialized object.
(Inherited from XmlObjectSerializer.)
Public methodReadObject(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.)
Public methodReadObject(XmlDictionaryReader, Boolean) (Overrides XmlObjectSerializerReadObject(XmlDictionaryReader, Boolean).)
Top
See Also