Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlSerializer::FromMappings Method (array<XmlMapping^>^, Evidence^)

 
Note: This API is now obsolete.

Returns an instance of the XmlSerializer class created from mappings of one XML type to another.

Namespace:   System.Xml.Serialization
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
Return to top
Show:
© 2017 Microsoft