Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlSerializer::GenerateSerializer Method (array<Type^>^, array<XmlMapping^>^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns an assembly that contains custom-made serializers used to serialize or deserialize the specified type or types, using the specified mappings.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

public:
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")]
static Assembly^ GenerateSerializer(
	array<Type^>^ types,
	array<XmlMapping^>^ mappings
)

Parameters

types
Type: array<System::Type^>^

A collection of types.

mappings
Type: array<System.Xml.Serialization::XmlMapping^>^

A collection of XmlMapping objects used to convert one type to another.

Return Value

Type: System.Reflection::Assembly^

An Assembly object that contains serializers for the supplied types and mappings.

.NET Framework
Available since 2.0
Return to top
Show: