This documentation is archived and is not being maintained.
XmlSerializer::Deserialize Method
Visual Studio 2010
Deserializes an XML document.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Deserialize(Stream) | Deserializes the XML document contained by the specified Stream. |
|
Deserialize(TextReader) | Deserializes the XML document contained by the specified TextReader. |
|
Deserialize(XmlReader) | Deserializes the XML document contained by the specified XmlReader. |
|
Deserialize(XmlSerializationReader) | Infrastructure. Deserializes the XML document contained by the specified XmlSerializationReader. |
|
Deserialize(XmlReader, String) | Deserializes the XML document contained by the specified XmlReader and encoding style. |
|
Deserialize(XmlReader, XmlDeserializationEvents) | Deserializes an XML document contained by the specified XmlReader and allows the overriding of events that occur during deserialization. |
|
Deserialize(XmlReader, String, XmlDeserializationEvents) | Infrastructure. Deserializes the object using the data contained by the specified XmlReader. |
Show: