Controls deserialization by the System.Xml.Serialization.XmlSerializer class.
See Also: XmlSerializationReader Members
During initialization, the .NET Framework XML serialization infrastructure dynamically generates and compiles a temporary class for deserialization that is derived from the abstract System.Xml.Serialization.XmlSerializationReader class. System.Xml.Serialization.XmlSerializationReader is also implemented within the .NET Framework for deserialization of XML documents into System.Web.Services.Discovery.DiscoveryDocument and System.Web.Services.Description.ServiceDescription objects.
You should not derive classes from System.Xml.Serialization.XmlSerializationReader. Instead, call one of the XmlSerializer.Deserialize(System.IO.Stream) methods.