3 references to SerializeAsync
Microsoft.AspNetCore.Http.Extensions (2)
HttpResponseJsonExtensions.cs (2)
99
return JsonSerializer.
SerializeAsync
(response.BodyWriter, value, options, cancellationToken);
195
await JsonSerializer.
SerializeAsync
(body, value, options, cancellationToken);
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\SystemTextJsonOutputFormatter.cs (1)
98
await JsonSerializer.
SerializeAsync
(responseWriter, context.Object, SerializerOptions, httpContext.RequestAborted);