XmlSerializer::FromMappings Method (array<XmlMapping^>^, Evidence^)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Return to top
Returns an instance of the XmlSerializer class created from mappings of one XML type to another.
Assembly: System.Xml (in System.Xml.dll)
public: [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")] static array<XmlSerializer^>^ FromMappings( array<XmlMapping^>^ mappings, Evidence^ evidence )
Parameters
- mappings
-
Type:
array<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.
Return Value
Type: array<System.Xml.Serialization::XmlSerializer^>^An instance of the XmlSerializer class.
.NET Framework
Available since 2.0
Available since 2.0
Show: