XmlSerializer.FromMappings Method (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.
Assembly: System.Xml.Serialization (in System.Xml.Serialization.dll)
Parameters
- mappings
- Type:
System.Xml.Serialization.XmlMapping
[]
An array of XmlMapping objects.
- type
- Type: System.Type
The Type of the deserialized object.
Show: