1 write to xmlSerializerManager
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
39
xmlSerializerManager
= new UnwrappedTypesXmlSerializerManager();
5 references to xmlSerializerManager
System.ServiceModel.Web (5)
System\ServiceModel\Description\WebHttpBehavior.cs (5)
578
return SingleBodyParameterMessageFormatter.CreateXmlAndJsonClientFormatter(operationDescription, parameterType, false, this.
xmlSerializerManager
);
629
formatters.Add(WebMessageFormat.Xml, SingleBodyParameterMessageFormatter.CreateDispatchFormatter(operationDescription, parameterType, false, false, this.
xmlSerializerManager
, null));
632
formatters.Add(WebMessageFormat.Json, SingleBodyParameterMessageFormatter.CreateDispatchFormatter(operationDescription, parameterType, false, true, this.
xmlSerializerManager
, this.JavascriptCallbackParameterName));
692
baseFormatter = SingleBodyParameterMessageFormatter.CreateClientFormatter(operationDescription, parameterType, true, useJson, this.
xmlSerializerManager
);
766
result = SingleBodyParameterMessageFormatter.CreateXmlAndJsonDispatchFormatter(operationDescription, parameterType, true, this.
xmlSerializerManager
, this.JavascriptCallbackParameterName);