1 write to SerializerOptions
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\SystemTextJsonOutputFormatter.cs (1)
24SerializerOptions = jsonSerializerOptions;
3 references to SerializerOptions
Microsoft.AspNetCore.Mvc.Core (3)
Formatters\SystemTextJsonOutputFormatter.cs (3)
77var declaredTypeJsonInfo = SerializerOptions.GetTypeInfo(context.ObjectType); 98await JsonSerializer.SerializeAsync(responseWriter, context.Object, SerializerOptions, httpContext.RequestAborted); 118await JsonSerializer.SerializeAsync(transcodingStream, context.Object, SerializerOptions);