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
If a method has a object type or the parameter has subtypes that are object, a default type needs to be used instead of passing the Json to it.
object -> Dictionary
Might have to create own deserializer to handle these cases and capture the sub param types for deserialization
The text was updated successfully, but these errors were encountered:
If a method has a object type or the parameter has subtypes that are object, a default type needs to be used instead of passing the Json to it.
object -> Dictionary
Might have to create own deserializer to handle these cases and capture the sub param types for deserialization
The text was updated successfully, but these errors were encountered: