XmlSerializer.FromMappings Method (array<XmlMapping>[]()[], Type)

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

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

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

Syntax

Public Shared Function FromMappings ( _
    mappings As XmlMapping(), _
    type As Type _
) As XmlSerializer()
public static XmlSerializer[] FromMappings(
    XmlMapping[] mappings,
    Type type
)

Parameters

Return Value

Type: array<System.Xml.Serialization..::.XmlSerializer>[]()[]
An instance of the XmlSerializer class.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

XmlSerializer Class

FromMappings Overload

System.Xml.Serialization Namespace