Skip to content

JsonField<TValue>.SerializerOptions property

Gets or sets the settings.

public JsonSerializerOptions? SerializerOptions { get; set; }

Property Value

The settings.

See Also