C#'s JsonSerializer memory issues when serializing large string and byte array values
Feb 8, 2024 · 6 min read · JsonSerializer is the "de-facto" JSON serializer (and deserializer) in modern C# and .NET. It is known for its performance compared to alternatives like Newtonsoft.JSON. However, at the time of this writing, it has a known issue when serializing larg...
Join discussion