XmlSerializer.Deserialize Method

Include Protected Members
Include Inherited Members

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

  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.

Top

See Also

Reference

XmlSerializer Class

XmlSerializer Members

System.Xml.Serialization Namespace