Deserialize Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Xml.Serialization Names ...
XmlSerializer Class
XmlSerializer Methods
Deserialize Method
Deserialize Method (Stream)
Deserialize Method (TextReader ...
Deserialize Method (XmlSeriali ...
Deserialize Method (XmlReader)
Deserialize Method (XmlReader, ...
Deserialize Method (XmlReader, ...
Deserialize Method (XmlReader, ...
XmlSerializer Methods
CanDeserialize Method
CreateReader Method
CreateWriter Method
Deserialize Method
FromMappings Method
FromTypes Method
GenerateSerializer Method
GetXmlSerializerAssemblyName M ...
Serialize Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
XmlSerializer
.
.
::
.
Deserialize Method
Deserializes an XML document.
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(XmlSerializationReader)
Infrastructure.
Deserializes the XML document contained by the specified
XmlSerializationReader
.
Deserialize(XmlReader)
Deserializes the XML document contained by the specified
XmlReader
.
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
.
Top
See Also
Reference
XmlSerializer Class
XmlSerializer Members
System.Xml.Serialization Namespace
Tags :