Skip to main content
.NET Framework Class Library
XmlSerializer..::.Deserialize Method





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.

Overload List
 NameDescription
Public methodDeserialize(Stream)Deserializes the XML document contained by the specified Stream.
Public methodDeserialize(TextReader)Deserializes the XML document contained by the specified TextReader.
Public methodDeserialize(XmlReader)Deserializes the XML document contained by the specified XmlReader.
Protected methodDeserialize(XmlSerializationReader)Infrastructure. Deserializes the XML document contained by the specified XmlSerializationReader.
Public methodDeserialize(XmlReader, String)Deserializes the XML document contained by the specified XmlReader and encoding style.
Public methodDeserialize(XmlReader, XmlDeserializationEvents)Deserializes an XML document contained by the specified XmlReader and allows the overriding of events that occur during deserialization.
Public methodDeserialize(XmlReader, String, XmlDeserializationEvents)Infrastructure. Deserializes the object using the data contained by the specified XmlReader.
Top