Allows JSON metadata properties to be specified after regular properties in a deserialized JSON object.
AllowTrailingCommasGet or sets a value that indicates whether an extra comma at the end of a list of JSON values in an object or array is allowed (and ignored) within the JSON payload being deserialized.
ConvertersGets the list of user-defined converters that were registered.
DefaultGets a read-only, singleton instance of JsonSerializerOptions that uses the default configuration.
DefaultBufferSizeGets or sets the default buffer size, in bytes, to use when creating temporary buffers.
DefaultIgnoreConditionGets or sets a value that determines when properties with default values are ignored during serialization or deserialization. The default value is Never.
DictionaryKeyPolicyGets or sets the policy used to convert a IDictionary key's name to another format, such as camel-casing.
EncoderGets or sets the encoder to use when escaping strings, or null
to use the default encoder.
Obsolete.
Gets or sets a value that indicates whether null
values are ignored during serialization and deserialization. The default value is false
.
Gets or sets a value that indicates whether read-only fields are ignored during serialization. A field is read-only if it is marked with the readonly
keyword. The default value is false
.
Gets or sets a value that indicates whether read-only properties are ignored during serialization. The default value is false
.
Gets or sets a value that indicates whether fields are handled during serialization and deserialization. The default value is false
.
Defines the indentation character being used when WriteIndented is enabled. Defaults to the space character.
IndentSizeDefines the indentation size being used when WriteIndented is enabled. Defaults to two.
IsReadOnlyGets a value that indicates whether the current instance has been locked for user modification.
MaxDepthGets or sets the maximum depth allowed when serializing or deserializing JSON, with the default value of 0 indicating a maximum depth of 64.
NewLineGets or sets the new line string to use when WriteIndented is true
.
The default is the value of NewLine.
NumberHandlingGets or sets an object that specifies how number types should be handled when serializing or deserializing.
PreferredObjectCreationHandlingGets or sets the preferred object creation handling for properties when deserializing JSON.
PropertyNameCaseInsensitiveGets or sets a value that indicates whether a property's name uses a case-insensitive comparison during deserialization. The default value is false
.
Gets or sets a value that specifies the policy used to convert a property's name on an object to another format, such as camel-casing, or null
to leave property names unchanged.
Gets or sets a value that defines how comments are handled during deserialization.
ReferenceHandlerGets or sets an object that specifies how object references are handled when reading and writing JSON.
RespectNullableAnnotationsGets or sets a value that indicates whether nullability annotations should be respected during serialization and deserialization.
RespectRequiredConstructorParametersGets or sets a value that indicates whether non-optional constructor parameters should be specified during deserialization.
Strict TypeInfoResolverGets or sets the JsonTypeInfo contract resolver used by this instance.
TypeInfoResolverChainGets the list of chained JsonTypeInfo contract resolvers used by this instance.
UnknownTypeHandlingGets or sets an object that specifies how deserializing a type declared as an Object is handled during deserialization.
UnmappedMemberHandlingGets or sets an object that specifies how JsonSerializer handles JSON properties that cannot be mapped to a specific .NET member when deserializing object types.
WebGets a read-only, singleton instance of JsonSerializerOptions that uses the web configuration.
WriteIndentedGets or sets a value that indicates whether JSON should use pretty printing. By default, JSON is serialized without any extra white space.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4