You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alanisaac
changed the title
Add ArgumentNullException to JsonSerializer.SerializeAsync overloads
Add ArgumentNullException docs to JsonSerializer.SerializeAsync overloads
Feb 29, 2020
From dotnet/runtime#32705 (comment)
In System.Text.Json, the methods:
Both throw an
ArgumentNullException
whenutf8Json
is null, and wheninputType
is null for the latter method. Update the docs to reflect this.The text was updated successfully, but these errors were encountered: