Gets the XML serializer used to serialize and deserialize between a System.Web.Services.Description.ServiceDescription object and a Web Services Description Language (WSDL) document.
a System.Xml.Serialization.XmlSerializer
The XML serializer can be customized using classes derived from the abstract System.Web.Services.Description.ServiceDescriptionFormatExtension class. These classes are specified in a configuration file using the serviceDescriptionFormatExtensionTypes element and its child add element. The configuration can be applied to an ASP.NET Web application that publishes a Web service.