3 references to DataContractJsonSerializer
System.Runtime.Serialization (1)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (1)
38
:
this
(type, (IEnumerable<Type>)null)
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\JsonQueryStringConverter.cs (1)
194
return new
DataContractJsonSerializer
(parameterType, operationDescription.KnownTypes);
System\ServiceModel\Dispatcher\WebErrorHandler.cs (1)
77
fault = context.CreateJsonResponse(webFaultException.DetailObject, new
DataContractJsonSerializer
(webFaultException.DetailType, webFaultException.KnownTypes));