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^>^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns an array of XmlSerializer objects created from an array of XmlTypeMapping objects.
Assembly: System.Xml (in System.Xml.dll)
public: [PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")] static array<XmlSerializer^>^ FromMappings( array<XmlMapping^>^ mappings )
Parameters
- mappings
-
Type:
array<System.Xml.Serialization::XmlMapping^>^
An array of XmlTypeMapping that maps one type to another.
Return Value
Type: array<System.Xml.Serialization::XmlSerializer^>^An array of XmlSerializer objects.
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: