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.
- types
- An array of type Type that contains objects used to serialize and deserialize data.
- mappings
- An array of type System.Xml.Serialization.XmlMapping that maps the XML data to the type data.
- parameters
- An instance of the System.CodeDom.Compiler.CompilerParameters class that represents the parameters used to invoke a compiler.
An System.Reflection.Assembly that contains special versions of the System.Xml.Serialization.XmlSerializer.