<PackageReference Include="System.Text.Json" Version="9.0.5" />

Utf8JsonWriterCache

static class Utf8JsonWriterCache
public static Utf8JsonWriter RentWriter(JsonSerializerOptions options, IBufferWriter<byte> bufferWriter)

public static Utf8JsonWriter RentWriterAndBuffer(JsonWriterOptions options, int defaultBufferSize, out PooledByteBufferWriter bufferWriter)

public static void ReturnWriter(Utf8JsonWriter writer)

public static void ReturnWriterAndBuffer(Utf8JsonWriter writer, PooledByteBufferWriter bufferWriter)