XmlSerializer Constructor (Type, XmlAttributeOverrides, Type[], XmlRootAttribute, String, String, Evidence)
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Note: This API is now obsolete.
Initializes a new instance of the XmlSerializer class that can serialize objects of the specified type into XML document instances, and deserialize XML document instances into objects of the specified type. This overload allows you to supply other types that can be encountered during a serialization or deserialization operation, as well as a default namespace for all XML elements, the class to use as the XML root element, its location, and credentials required for access.
Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
[ObsoleteAttribute("This method is obsolete and will be removed in a future release of the .NET Framework. Please use a XmlSerializer constructor overload which does not take an Evidence parameter. See http://go2.microsoft.com/fwlink/?LinkId=131738 for more information.")] public XmlSerializer( Type type, XmlAttributeOverrides overrides, Type[] extraTypes, XmlRootAttribute root, string defaultNamespace, string location, Evidence evidence )
Parameters
- type
- Type: System.Type
The type of the object that this XmlSerializer can serialize.
- overrides
- Type: System.Xml.Serialization.XmlAttributeOverrides
An XmlAttributeOverrides that extends or overrides the behavior of the class specified in the type parameter.
- extraTypes
- Type: System.Type[]
A Type array of additional object types to serialize.
- root
- Type: System.Xml.Serialization.XmlRootAttribute
An XmlRootAttribute that defines the XML root element properties.
- defaultNamespace
- Type: System.String
The default namespace of all XML elements in the XML document.
- location
- Type: System.String
The location of the types.
- evidence
- Type: System.Security.Policy.Evidence
An instance of the Evidence class that contains credentials required to access types.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.