Class JsonSerializerSettings
Inheritance
JsonSerializerSettings
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public class JsonSerializerSettings
Constructors
Declaration
public JsonSerializerSettings ();
Properties
Declaration
[System.Obsolete("Binder is obsolete. Use SerializationBinder instead.")]
public System.Runtime.Serialization.SerializationBinder Binder { get; set; }
Property Value
Declaration
public bool CheckAdditionalContent { get; set; }
Property Value
Declaration
public Newtonsoft.Json.ConstructorHandling ConstructorHandling { get; set; }
Property Value
Declaration
public System.Runtime.Serialization.StreamingContext Context { get; set; }
Property Value
Declaration
public Newtonsoft.Json.Serialization.IContractResolver ContractResolver { get; set; }
Property Value
Declaration
public System.Collections.Generic.IList<Newtonsoft.Json.JsonConverter> Converters { get; set; }
Property Value
Declaration
public System.Globalization.CultureInfo Culture { get; set; }
Property Value
Declaration
public Newtonsoft.Json.DateParseHandling DateParseHandling { get; set; }
Property Value
Declaration
public Newtonsoft.Json.DateTimeZoneHandling DateTimeZoneHandling { get; set; }
Property Value
Declaration
public Newtonsoft.Json.DefaultValueHandling DefaultValueHandling { get; set; }
Property Value
Declaration
public System.Collections.IEqualityComparer EqualityComparer { get; set; }
Property Value
Declaration
public EventHandler<Newtonsoft.Json.Serialization.ErrorEventArgs> Error { get; set; }
Property Value
Declaration
public Newtonsoft.Json.FloatParseHandling FloatParseHandling { get; set; }
Property Value
Declaration
public Nullable<int> MaxDepth { get; set; }
Property Value
Declaration
public Newtonsoft.Json.MissingMemberHandling MissingMemberHandling { get; set; }
Property Value
Declaration
public Newtonsoft.Json.NullValueHandling NullValueHandling { get; set; }
Property Value
Declaration
public Newtonsoft.Json.ObjectCreationHandling ObjectCreationHandling { get; set; }
Property Value
Declaration
public Newtonsoft.Json.PreserveReferencesHandling PreserveReferencesHandling { get; set; }
Property Value
Declaration
public Newtonsoft.Json.ReferenceLoopHandling ReferenceLoopHandling { get; set; }
Property Value
Declaration
[System.Obsolete("ReferenceResolver property is obsolete. Use the ReferenceResolverProvider property to set the IReferenceResolver: settings.ReferenceResolverProvider = () => resolver")]
public Newtonsoft.Json.Serialization.IReferenceResolver ReferenceResolver { get; set; }
Property Value
Declaration
public Func<Newtonsoft.Json.Serialization.IReferenceResolver> ReferenceResolverProvider { get; set; }
Property Value
Declaration
public Newtonsoft.Json.Serialization.ISerializationBinder SerializationBinder { get; set; }
Property Value
Declaration
public Newtonsoft.Json.StringEscapeHandling StringEscapeHandling { get; set; }
Property Value
Declaration
public Newtonsoft.Json.Serialization.ITraceWriter TraceWriter { get; set; }
Property Value
Declaration
public Newtonsoft.Json.TypeNameHandling TypeNameHandling { get; set; }
Property Value