XmlSerializer.FromMappings Method (XmlMapping[], Evidence)
.NET Framework 4
Note: This API is now obsolete.
Returns an instance of the XmlSerializer class created from mappings of one XML type to another.
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 an overload of FromMappings which does not take an Evidence parameter. See http://go2.microsoft.com/fwlink/?LinkId=131738 for more information.")] [PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")] public static XmlSerializer[] FromMappings( XmlMapping[] mappings, Evidence evidence )
Parameters
- mappings
- Type: System.Xml.Serialization.XmlMapping[]
An array of XmlMapping objects used to map one type to another.
- evidence
- Type: System.Security.Policy.Evidence
An instance of the Evidence class that contains host and assembly data presented to the common language runtime policy system.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.