System.Xml.Serialization.XmlSerializer.FromMappings Method

Returns an instance of the System.Xml.Serialization.XmlSerializer class created from mappings of one XML type to another.

Syntax

public static XmlSerializer[] FromMappings (XmlMapping[] mappings, System.Security.Policy.Evidence evidence)

Parameters

mappings
An array of System.Xml.Serialization.XmlMapping objects used to map one type to another.
evidence
An instance of the System.Security.Policy.Evidence class that contains host and assembly data presented to the common language runtime policy system.

Returns

An instance of the System.Xml.Serialization.XmlSerializer class.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0