2 references to DataContractJsonSerializer
System.Runtime.Serialization (1)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (1)
59
:
this
(type, rootName, knownTypes, int.MaxValue, false, null, false)
System.ServiceModel.Web (1)
System\ServiceModel\Description\DataContractJsonSerializerOperationBehavior.cs (1)
30
return new
DataContractJsonSerializer
(type, name, knownTypes, this.MaxItemsInObjectGraph, this.IgnoreExtensionDataObject, this.DataContractSurrogate, alwaysEmitTypeInformation);