Click or drag to resize
XmlSerializerDeserialize Method
Overload List
  NameDescription
Public methodDeserialize(Stream)
Deserializes the XML document contained by the specified System.IO.Stream.
Public methodDeserialize(XmlReader)
Deserializes the XML document contained by the specified System.xml.XmlReader.
Protected methodDeserialize(XmlSerializationReader)
Deserializes the XML document contained by the specified System.Xml.Serialization.XmlSerializationReader.
Top
See Also