You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A couple of issues with the current implementation of Serialization/DeSerialization:
We need to specify the JsonSerializerOptions everywhere we do the DeSerialization. It makes migration of existing projects to .Net core 3.1.0 very tricky and cumbersome. I really wonder if it's worth that much refactors. There is a workaround to fix it in one place but it would be nice if that comes from the .Net core team.
Next is even if I use the correct JsonSerializerOptions for DeSerialization, first-level properties get deserialized correctly but not the next level complex JSON objects. It works all fine with Newtonsoft JSON. This could be related to this Issue
Are these known issues and do we have any workaround for these?
The text was updated successfully, but these errors were encountered:
A couple of issues with the current implementation of Serialization/DeSerialization:
Are these known issues and do we have any workaround for these?
The text was updated successfully, but these errors were encountered: