1 write to SerializerOptions
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\SystemTextJsonInputFormatter.cs (1)
28SerializerOptions = options.JsonSerializerOptions;
1 reference to SerializerOptions
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\SystemTextJsonInputFormatter.cs (1)
66model = await JsonSerializer.DeserializeAsync(inputStream, context.ModelType, SerializerOptions);