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
It appears that built-in Newtonsoft.Json mapper implementation (default for .net core) returning its own internal classes when deserializing json arrays and probably in other cases as well.
Consider possibility to align returning types from JavaScriptSerializer and NewtonSoft.Json to be same and contain only standard primitive and collection types.
One possibly solution is to provide corresponding type converters.
The text was updated successfully, but these errors were encountered:
This is follow up to #72 .
It appears that built-in Newtonsoft.Json mapper implementation (default for .net core) returning its own internal classes when deserializing json arrays and probably in other cases as well.
Consider possibility to align returning types from
JavaScriptSerializer
andNewtonSoft.Json
to be same and contain only standard primitive and collection types.One possibly solution is to provide corresponding type converters.
The text was updated successfully, but these errors were encountered: