XmlObjectSerializer.ReadObject Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Reads an XML document or document stream and returns the deserialized object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
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(XmlReader) | Reads the XML document or stream with an XmlReader and returns the deserialized object. | |
ReadObject(XmlDictionaryReader, Boolean) | When implemented in a derived class, reads the XML stream or document with an XmlDictionaryReader 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. |
Top