System.Runtime.Serialization.Json.DataContractJsonSerializerSettings public class DataContractJsonSerializerSettings Documentation public DateTimeFormat DateTimeFormat { get; set; } public EmitTypeInformation EmitTypeInformation { get; set; } public bool IgnoreExtensionDataObject { get; set; } public IEnumerable<Type> KnownTypes { get; set; } public int MaxItemsInObjectGraph { get; set; } public string RootName { get; set; } public bool SerializeReadOnlyTypes { get; set; } public bool UseSimpleDictionaryFormat { get; set; } public DataContractJsonSerializerSettings()