JsonSourceGenerationOptionsAttribute
Instructs the System.Text.Json source generator to assume the specified options will be used at run time via JsonSerializerOptions.
Gets or sets the default ignore condition.
Gets or sets the source generation mode for types that don't explicitly set the mode with GenerationMode.
Gets or sets a value that indicates whether to ignore read-only fields.
Gets or sets a value that indicates whether to ignore read-only properties.
Gets or sets a value that indicates whether to include fields for serialization and deserialization.
Gets or sets a built-in naming policy to convert JSON property names with.
Gets or sets a value that indicates whether JSON output should be pretty-printed.
public JsonSourceGenerationOptionsAttribute()
Instructs the System.Text.Json source generator to assume the specified options will be used at run time via JsonSerializerOptions.