Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could be a good idea implement System.Text.Json serialization in Lime #91

Open
leonardo-avila opened this issue Nov 28, 2024 · 0 comments

Comments

@leonardo-avila
Copy link

https://cwi.com.br/blog/comparando-o-system-text-json-com-newtonsoft-json/

Accordingly to some benchmarks, System.Text.Json is much more performatic than Newtonsoft.Json and it is part of .NET implementation.

https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/migrate-from-newtonsoft?pivots=dotnet-8-0

In the actual scenario is difficult to use System.Text because of EnvelopeSerializer and other serialization converters, that use Newtonsoft implementations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant