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
I'm wondering if there is currently any particular reason the platform uses NewtonsoftJson instead of the now-default System.Text.Json for ASP.NET MVC? Are there any particular customizations that would be difficult to pull of with System.Text.Json. PolymorphJsonContractResolver maybe?
I think it would be beneficial to allow VC instances to optionally use the default serializer. This has a number of advantages:
I'm wondering if there is currently any particular reason the platform uses NewtonsoftJson instead of the now-default System.Text.Json for ASP.NET MVC? Are there any particular customizations that would be difficult to pull of with System.Text.Json.
PolymorphJsonContractResolver
maybe?I think it would be beneficial to allow VC instances to optionally use the default serializer. This has a number of advantages:
required
keyword is supported by System.Text.Json and helps in model validationThe text was updated successfully, but these errors were encountered: