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^>^, CompilerParameters^)
.NET Framework (current version)
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.
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
Available since 2.0
Show: