.NET Framework Class Library
XmlSerializer..::.Deserialize Method

Deserializes an XML document.

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDeserialize(Stream)Deserializes the XML document contained by the specified Stream.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDeserialize(TextReader)Deserializes the XML document contained by the specified TextReader.
Protected methodDeserialize(XmlSerializationReader)Infrastructure. Deserializes the XML document contained by the specified XmlSerializationReader.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDeserialize(XmlReader)Deserializes the XML document contained by the specified XmlReader.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDeserialize(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
See Also

Reference

Tags :


Page view tracker