XmlSerializer.FromMappings Method (XmlMapping[])
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 array of XmlSerializer objects created from an array of XmlTypeMapping objects.
Assembly: System.Xml.Serialization (in System.Xml.Serialization.dll)
Parameters
- mappings
- Type:
System.Xml.Serialization.XmlMapping
[]
An array of XmlTypeMapping that maps one type to another.
Show: