XmlSerializer::GenerateSerializer Method (array<Type^>^, array<XmlMapping^>^)
.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.
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
Available since 2.0
Show: