ServiceDescription.Serializer Property

Definition

Gets the XML serializer used to serialize and deserialize between a ServiceDescription object and a Web Services Description Language (WSDL) document.

public:
 static property System::Xml::Serialization::XmlSerializer ^ Serializer { System::Xml::Serialization::XmlSerializer ^ get(); };
public static System.Xml.Serialization.XmlSerializer Serializer { get; }
static member Serializer : System.Xml.Serialization.XmlSerializer
Public Shared ReadOnly Property Serializer As XmlSerializer

Property Value

The XML serializer used to serialize and deserialize between a ServiceDescription object and a Web Services Description Language (WSDL) document.

Remarks

The XML serializer can be customized using classes derived from the abstract 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.

Applies to