You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonSerializerSettings Class > JsonSerializerSettings Members
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonSerializerSettings Members

The following tables list the members exposed by JsonSerializerSettings.

 
Name 
Description 
 
Initializes a new instance of the JsonSerializerSettings class.  
 
Name 
Description 
 
Gets or sets the SerializationBinder used by the serializer when resolving type names.  
 
Gets a value indicating whether there will be a check for additional content after deserializing an object.  
 
Gets or sets how constructors are used during deserialization.  
 
Gets or sets the StreamingContext used by the serializer when invoking serialization callback methods.  
 
Gets or sets the contract resolver used by the serializer when serializing .NET objects to JSON and vice versa.  
 
Gets or sets a collection JsonConverter that will be used during serialization.  
 
Gets or sets the culture used when reading JSON. Defaults to CultureInfo.InvariantCulture.  
 
Get or set how dates are written to JSON text.  
 
Get or set how DateTime and DateTimeOffset values are formatted when writing JSON text, and the expected date format when reading JSON text.  
 
Get or set how date formatted strings, e.g. "/Date(1198908717056)/" and "2012-03-21T05:40Z", are parsed when reading JSON.  
 
Get or set how DateTime time zones are handling during serialization and deserialization.  
 
Gets or sets how null default are handled during serialization and deserialization.  
 
Gets or sets the error handler called during serialization and deserialization.  
 
Get or set how special floating point numbers, e.g. F:System.Double.NaN, F:System.Double.PositiveInfinity and F:System.Double.NegativeInfinity, are written as JSON.  
 
Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.  
 
Indicates how JSON text output is formatted.  
 
Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a JsonReaderException.  
 
Gets or sets how metadata properties are used during deserialization.  
 
Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.  
 
Gets or sets how null values are handled during serialization and deserialization.  
 
Gets or sets how objects are created during deserialization.  
 
Gets or sets how object references are preserved by the serializer.  
 
Gets or sets how reference loops (e.g. a class referencing itself) is handled.  
 
Gets or sets the IReferenceResolver used by the serializer when resolving references.  
 
Get or set how strings are escaped when writing JSON text.  
 
Gets or sets the ITraceWriter used by the serializer when writing trace messages.  
 
Gets or sets how a type name assembly is written and resolved by the serializer.  
 
Gets or sets how type name writing and reading is handled by the serializer.  
 
Name 
Description 
 
This is _checkAdditionalContent, a member of class JsonSerializerSettings. 
 
This is _constructorHandling, a member of class JsonSerializerSettings. 
 
This is _context, a member of class JsonSerializerSettings. 
 
This is _culture, a member of class JsonSerializerSettings. 
 
This is _dateFormatHandling, a member of class JsonSerializerSettings. 
 
This is _dateFormatString, a member of class JsonSerializerSettings. 
 
This is _dateFormatStringSet, a member of class JsonSerializerSettings. 
 
This is _dateParseHandling, a member of class JsonSerializerSettings. 
 
This is _dateTimeZoneHandling, a member of class JsonSerializerSettings. 
 
This is _defaultValueHandling, a member of class JsonSerializerSettings. 
 
This is _floatFormatHandling, a member of class JsonSerializerSettings. 
 
This is _floatParseHandling, a member of class JsonSerializerSettings. 
 
This is _formatting, a member of class JsonSerializerSettings. 
 
This is _maxDepth, a member of class JsonSerializerSettings. 
 
This is _maxDepthSet, a member of class JsonSerializerSettings. 
 
This is _metadataPropertyHandling, a member of class JsonSerializerSettings. 
 
This is _missingMemberHandling, a member of class JsonSerializerSettings. 
 
This is _nullValueHandling, a member of class JsonSerializerSettings. 
 
This is _objectCreationHandling, a member of class JsonSerializerSettings. 
 
This is _preserveReferencesHandling, a member of class JsonSerializerSettings. 
 
This is _referenceLoopHandling, a member of class JsonSerializerSettings. 
 
This is _stringEscapeHandling, a member of class JsonSerializerSettings. 
 
This is _typeNameAssemblyFormat, a member of class JsonSerializerSettings. 
 
This is _typeNameHandling, a member of class JsonSerializerSettings. 
 
This is DefaultCheckAdditionalContent, a member of class JsonSerializerSettings. 
 
This is DefaultConstructorHandling, a member of class JsonSerializerSettings. 
 
This is DefaultContext, a member of class JsonSerializerSettings. 
 
This is DefaultCulture, a member of class JsonSerializerSettings. 
 
This is DefaultDateFormatHandling, a member of class JsonSerializerSettings. 
 
This is DefaultDateFormatString, a member of class JsonSerializerSettings. 
 
This is DefaultDateParseHandling, a member of class JsonSerializerSettings. 
 
This is DefaultDateTimeZoneHandling, a member of class JsonSerializerSettings. 
 
This is DefaultDefaultValueHandling, a member of class JsonSerializerSettings. 
 
This is DefaultFloatFormatHandling, a member of class JsonSerializerSettings. 
 
This is DefaultFloatParseHandling, a member of class JsonSerializerSettings. 
 
This is DefaultFormatterAssemblyStyle, a member of class JsonSerializerSettings. 
 
This is DefaultFormatting, a member of class JsonSerializerSettings. 
 
This is DefaultMetadataPropertyHandling, a member of class JsonSerializerSettings. 
 
This is DefaultMissingMemberHandling, a member of class JsonSerializerSettings. 
 
This is DefaultNullValueHandling, a member of class JsonSerializerSettings. 
 
This is DefaultObjectCreationHandling, a member of class JsonSerializerSettings. 
 
This is DefaultPreserveReferencesHandling, a member of class JsonSerializerSettings. 
 
This is DefaultReferenceLoopHandling, a member of class JsonSerializerSettings. 
 
This is DefaultStringEscapeHandling, a member of class JsonSerializerSettings. 
 
This is DefaultTypeNameAssemblyFormat, a member of class JsonSerializerSettings. 
 
This is DefaultTypeNameHandling, a member of class JsonSerializerSettings. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.