Akavache
Akavache copied to clipboard
Add ability to choose json serializer
Due to better performance of System.Text.Json comparing to Newtonsoft.Json especially in .net5 it would be great to add possibility to user to inject desired serializer or to add some enum value for it.
Thanks
I would also love to change json serializer, for example for this https://github.com/neuecc/MessagePack-CSharp
GitHub
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#] - neuecc/MessagePack-CSharp
Same here, the ability to drop Newtonsoft.Json by using an alternative serializer would be very much appreciated.
What is the status of this feature?