Monsters Weekly 242 - Performance of .NET JSON Serialization

added by DotNetKicks
3/4/2022 6:53:11 PM

189 Views

With the built in System.Text.Json serializer, serializing objects to and from JSON in .NET is FAST! However, the actual performance you get depends a bit on how you use it. Using DotNetBenchmark, we take a look at some different patterns that can be used for serializing an object to and from a file on disk.


0 comments