-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
JsonSerializer improvements in .NET 5 #41313
Comments
I'm guessing this list is complete and there won't be any other features added to the serializer until after .NET 5.0 is released, is that correct? |
@Joelius300 yes, this list is complete. No other features will be added until after .NET 5.0 is released. |
With Records now part of C#, I think that the next release should include serialization/Deserialization for the immutable collections. I feel incomplete without it. |
@TonyValenti - do you mean collections in |
Closing this issue as the feature work for |
In 5.0, we have added new features to
JsonSerializer
, improved performance and reliability, and made the serializer work on more platforms. This list goes over the most user-facing improvements.Check out demos for the new features: https://github.com/layomia/NET5JsonDemos.
The text was updated successfully, but these errors were encountered: