If the RPC method has a single parameters called params, we should take that and serialize directly instead of stuffing it into an array / object.
This would give great flexibility to users in how the parameters are serialized.
Also evaluate other heuristics for how we could detect that. Possible an attribute?
If the RPC method has a single parameters called
params, we should take that and serialize directly instead of stuffing it into an array / object.This would give great flexibility to users in how the parameters are serialized.
Also evaluate other heuristics for how we could detect that. Possible an attribute?