class JsonSerializerOptions

in global :: System . Text . Json

😔 No documentation found.


public JsonSerializerOptions( JsonSerializerOptions options )

😔 No documentation found.

public JsonCommentHandling ReadCommentHandling { get; set; }

😔 No documentation found.

public bool WriteIndented { get; set; }

😔 No documentation found.

public char IndentCharacter { get; set; }

😔 No documentation found.

public int IndentSize { get; set; }

😔 No documentation found.

public ReferenceHandler ReferenceHandler { get; set; }

😔 No documentation found.

public string NewLine { get; set; }

😔 No documentation found.

public bool RespectNullableAnnotations { get; set; }

😔 No documentation found.

public bool PropertyNameCaseInsensitive { get; set; }

😔 No documentation found.

public bool RespectRequiredConstructorParameters { get; set; }

😔 No documentation found.

public void MakeReadOnly( )

😔 No documentation found.

public void MakeReadOnly( bool populateMissingResolver )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public JsonSerializerOptions( )

😔 No documentation found.

public bool IsReadOnly { get; }

😔 No documentation found.

public JsonSerializerOptions( JsonSerializerDefaults defaults )

😔 No documentation found.

public JsonNamingPolicy PropertyNamingPolicy { get; set; }

😔 No documentation found.

public JsonTypeInfo GetTypeInfo( Type type )

😔 No documentation found.

public bool TryGetTypeInfo( Type type, ref JsonTypeInfo typeInfo )

😔 No documentation found.

public IList<JsonConverter> Converters { get; }

😔 No documentation found.

public JsonConverter GetConverter( Type typeToConvert )

😔 No documentation found.

public static JsonSerializerOptions Default { get; }

😔 No documentation found.

public static JsonSerializerOptions Web { get; }

😔 No documentation found.

public void AddContext( )

😔 No documentation found.

public IList<IJsonTypeInfoResolver> TypeInfoResolverChain { get; }

😔 No documentation found.

public int MaxDepth { get; set; }

😔 No documentation found.

public bool AllowOutOfOrderMetadataProperties { get; set; }

😔 No documentation found.

public int DefaultBufferSize { get; set; }

😔 No documentation found.

public JsonNamingPolicy DictionaryKeyPolicy { get; set; }

😔 No documentation found.

public bool IgnoreNullValues { get; set; }

😔 No documentation found.

public JsonIgnoreCondition DefaultIgnoreCondition { get; set; }

😔 No documentation found.

public JsonNumberHandling NumberHandling { get; set; }

😔 No documentation found.

public bool IgnoreReadOnlyProperties { get; set; }

😔 No documentation found.

public bool IgnoreReadOnlyFields { get; set; }

😔 No documentation found.

public bool AllowTrailingCommas { get; set; }

😔 No documentation found.

public bool IncludeFields { get; set; }

😔 No documentation found.