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

 

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 and compiler settings and options.

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

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

Parameters

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

An array of type Type that contains objects used to serialize and deserialize data.

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

An array of type XmlMapping that maps the XML data to the type data.

parameters
Type: System.CodeDom.Compiler::CompilerParameters^

An instance of the CompilerParameters class that represents the parameters used to invoke a compiler.

Return Value

Type: System.Reflection::Assembly^

An Assembly that contains special versions of the XmlSerializer.

.NET Framework
Available since 2.0
Return to top
Show: