3 references to SerializeAsync
Microsoft.AspNetCore.Http.Extensions (2)
HttpResponseJsonExtensions.cs (2)
279
return JsonSerializer.
SerializeAsync
(response.BodyWriter, value, type, options, cancellationToken);
293
await JsonSerializer.
SerializeAsync
(body, value, type, options, cancellationToken);
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\SystemTextJsonResultExecutor.cs (1)
69
await JsonSerializer.
SerializeAsync
(responseWriter, value, objectType, jsonSerializerOptions, context.HttpContext.RequestAborted);