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