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