edjCase / JsonRpc

Json Rpc Router for Asp.Net Core
MIT License
141 stars 42 forks source link

Object/unspecified parameters need default deserialization type #76

Open Gekctek opened 4 years ago

Gekctek commented 4 years ago

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