Akavache icon indicating copy to clipboard operation
Akavache copied to clipboard

Add ability to choose json serializer

Open Alex-Dobrynin opened this issue 3 years ago • 3 comments

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

Alex-Dobrynin avatar Mar 30 '21 12:03 Alex-Dobrynin

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

PawKanarek avatar May 06 '21 08:05 PawKanarek

Same here, the ability to drop Newtonsoft.Json by using an alternative serializer would be very much appreciated.

thisisthekap avatar Jul 26 '22 09:07 thisisthekap

What is the status of this feature?

tomaszras-intive avatar Nov 19 '23 14:11 tomaszras-intive