Skip to content

Commit

Permalink
Merge branch 'main' into users/cjdutoit/foundations-serialization-ser…
Browse files Browse the repository at this point in the history
…ialize
  • Loading branch information
cjdutoit authored Apr 9, 2024
2 parents 61319ee + ab8aa7e commit b89f5b1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ public SystemTextSerializationBroker(JsonSerializerOptions jsonSerializerOptions
this.jsonSerializerOptions = jsonSerializerOptions;

public async ValueTask SerializeAsync<T>(
Stream utf8JsonStream,
T @object,
CancellationToken cancellationToken = default)
Stream utf8JsonStream,
T @object,
CancellationToken cancellationToken = default)
{
await JsonSerializer.SerializeAsync(
utf8Json: utf8JsonStream,
Expand Down

0 comments on commit b89f5b1

Please sign in to comment.