3 references to DataContractJsonSerializer
System.Runtime.Serialization (1)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (1)
53
:
this
(type, knownTypes, int.MaxValue, false, null, false)
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\JsonQueryStringConverter.cs (1)
198
return new
DataContractJsonSerializer
(parameterType, this.operationDescription.KnownTypes, this.dataContractSerializerOperationBehavior.maxItemsInObjectGraph,
System\ServiceModel\Dispatcher\SingleBodyParameterDataContractMessageFormatter.cs (1)
220
return new
DataContractJsonSerializer
(type, this.knownTypes, this.maxItemsInObjectGraph, this.ignoreExtensionData, this.surrogate, false);