JsonField<TValue>.SerializerOptions property
namespace: Serenity.Data assembly: Serenity.Net.Services
Gets or sets the settings.
public JsonSerializerOptions SerializerOptions { get; set; }
Property Value
The settings.
See Also
- class JsonField<TValue>