2 references to SerializerOptions
Microsoft.TemplateSearch.Common (2)
parent\Shared\JExtensions.cs (2)
488return JsonSerializer.Serialize(obj, SerializerOptions); 598string json = JsonSerializer.Serialize(obj, SerializerOptions);