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^>^, Type^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns an instance of the XmlSerializer class from the specified mappings.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

public:
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")]
static array<XmlSerializer^>^ FromMappings(
	array<XmlMapping^>^ mappings,
	Type^ type
)

Parameters

mappings
Type: array<System.Xml.Serialization::XmlMapping^>^

An array of XmlMapping objects.

type
Type: System::Type^

The Type of the deserialized object.

Return Value

Type: array<System.Xml.Serialization::XmlSerializer^>^

An instance of the XmlSerializer class.

.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: