2 overrides of GetOutputSerializer
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\SingleBodyParameterDataContractMessageFormatter.cs (1)
112
protected override XmlObjectSerializer
GetOutputSerializer
(Type type)
System\ServiceModel\Dispatcher\SingleBodyParameterXmlSerializerMessageFormatter.cs (1)
79
protected override XmlObjectSerializer
GetOutputSerializer
(Type type)
1 reference to GetOutputSerializer
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (1)
273
serializer =
GetOutputSerializer
(body.GetType());