3 references to SerializeAsync
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.WriteHelpers.cs (3)
71return SerializeAsync(writer, rootValue, flushThreshold, cancellationToken, rootValueBoxed); 81return SerializeAsync(utf8Json, rootValue, flushThreshold, cancellationToken, rootValueBoxed); 344=> SerializeAsync(pipeWriter, JsonSerializer.UnboxOnWrite<T>(rootValue), flushThreshold, cancellationToken, rootValue);