System.Web.Services.Description.ServiceDescription.Serializer Property

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.

Syntax

[System.Xml.Serialization.XmlIgnore]
public static System.Xml.Serialization.XmlSerializer Serializer { get; }

Value

a System.Xml.Serialization.XmlSerializer

Remarks

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.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0