Constructors
-
Json
Serializer Initializes a new instance of the JsonSerializerSettings class.Settings()
Properties
- Binder Gets or sets the SerializationBinder used by the serializer when resolving type names.
-
Check
Additional Gets a value indicating whether there will be a check for additional content after deserializing an object. The default value is false.Content -
Constructor
Handling Gets or sets how constructors are used during deserialization. The default value is Default. - Context Gets or sets the StreamingContext used by the serializer when invoking serialization callback methods.
-
Contract
Resolver Gets or sets the contract resolver used by the serializer when serializing .NET objects to JSON and vice versa. - Converters Gets or sets a JsonConverter collection that will be used during serialization.
- Culture Gets or sets the culture used when reading JSON. The default value is InvariantCulture.
-
Date
Format Gets or sets how dates are written to JSON text. The default value is IsoDateFormat.Handling -
Date
Format Gets or sets how DateTime and DateTimeOffset values are formatted when writing JSON text, and the expected date format when reading JSON text. The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK".String -
Date
Parse Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. The default value is DateTime.Handling -
Date
Time Gets or sets how DateTime time zones are handled during serialization and deserialization. The default value is RoundtripKind.Zone Handling -
Default
Value Gets or sets how default values are handled during serialization and deserialization. The default value is Include.Handling -
Equality
Comparer Gets or sets the equality comparer used by the serializer when comparing references. - Error Gets or sets the error handler called during serialization and deserialization.
-
Float
Format Gets or sets how special floating point numbers, e.g. NaN, PositiveInfinity and NegativeInfinity, are written as JSON. The default value is String.Handling -
Float
Parse Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. The default value is Double.Handling - Formatting Indicates how JSON text output is formatted. The default value is None.
-
Max
Depth Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a JsonReaderException. A null value means there is no maximum. The default value is null. -
Metadata
Property Gets or sets how metadata properties are used during deserialization. The default value is Default.Handling -
Missing
Member Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. The default value is Ignore.Handling -
Null
Value Gets or sets how null values are handled during serialization and deserialization. The default value is Include.Handling -
Object
Creation Gets or sets how objects are created during deserialization. The default value is Auto.Handling -
Preserve
References Gets or sets how object references are preserved by the serializer. The default value is None.Handling -
Reference
Loop Gets or sets how reference loops (e.g. a class referencing itself) are handled. The default value is Error.Handling -
Reference
Resolver Gets or sets the IReferenceResolver used by the serializer when resolving references. -
Reference
Resolver Gets or sets a function that creates the IReferenceResolver used by the serializer when resolving references.Provider -
Serialization
Binder Gets or sets the ISerializationBinder used by the serializer when resolving type names. -
String
Escape Gets or sets how strings are escaped when writing JSON text. The default value is Default.Handling -
Trace
Writer Gets or sets the ITraceWriter used by the serializer when writing trace messages. -
Type
Name Gets or sets how a type name assembly is written and resolved by the serializer. The default value is Simple.Assembly Format -
Type
Name Gets or sets how a type name assembly is written and resolved by the serializer. The default value is Simple.Assembly Format Handling -
Type
Name Gets or sets how type name writing and reading is handled by the serializer. The default value is None.Handling