XmlObjectSerializer::ReadObject Method
.NET Framework (current version)
Reads an XML document or document stream and returns the deserialized object.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() | ReadObject(Stream^) | Reads the XML stream or document with a Stream and returns the deserialized object. |
![]() | ReadObject(XmlDictionaryReader^) | Reads the XML document or stream with an XmlDictionaryReader and returns the deserialized object. |
![]() | ReadObject(XmlDictionaryReader^, Boolean) | Reads the XML stream or document with an XmlDictionaryReader and returns the deserialized object; it also enables you to specify whether the serializer can read the data before attempting to read it. |
![]() | ReadObject(XmlReader^) | Reads the XML document or stream with an XmlReader and returns the deserialized object. |
![]() | 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. |
Show:
