XmlSerializer.FromTypes Method
[ 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 types.
Assembly: System.Xml.Serialization (in System.Xml.Serialization.dll)
Parameters
- types
- Type:
System.Type
()
An array of Type objects.
The FromTypes method allows you to efficiently create an array of XmlSerializer objects for processing an array of Type objects.
Show: