IVsWCFReferenceGroupOptions::GetSerializer Method ()
Visual Studio 2015
Returns the serializer to use when you generate code for a Windows Communication Foundation (WCF) client.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Return Value
Type: Microsoft.VisualStudio.WCFReference.Interop::ProxySerializerTypeA proxy serializer type object.
When set to PST_Auto, the code generator tries to use the PST_DataContractSerializer, and if that fails it reverts to the PST_XmlSerializer.
Show: