XmlSerializer::FromMappings Method
.NET Framework (current version)
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.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | FromMappings(array<XmlMapping^>^) | 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. |
![]() ![]() | FromMappings(array<XmlMapping^>^, Evidence^) | Obsolete. Returns an instance of the XmlSerializer class created from mappings of one XML type to another. |
![]() ![]() | FromMappings(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. |
Show:

