BootBlock / Hiroix-Framework

A C# application development framework.
http://hiroix.com
0 stars 0 forks source link

Add support for System.Text.Json #14

Closed BootBlock closed 3 years ago

BootBlock commented 3 years ago

.NET 5 includes a much better JSON serialiser than the prior .NET Framework implementations; add support for it so it can be used instead of the built-in system, if opted-in.

BootBlock commented 3 years ago

Decided against this.

There are irritations (such as derived classes not (de)serialising base class-level properties, just to name one) that don't really make it worth it. Plus, our current implementation is extremely fast.

Maybe revisit in the future, but it's not too likely.