chickenlj commented on issue #10165:
URL: https://github.com/apache/dubbo/issues/10165#issuecomment-1235032187
因为你传的参数值是 Json 格式的
> Map<String, Object> result = (Map<String, Object>)
genericService.$invoke(method, new String[]{param.getClass().getName()}, new
Object[]{JSONObject.toJSONString(param)});
这个方法也尝试下 reference.setGeneric("gson"); 或者 reference.setGeneric("json");
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]