2.5.3 解码方式:
list = (List<Object>) JSON.parse("[" + args + "]", List.class);
2.7.0解码方式:
list = JSON.parseArray("[" + args + "]", Object.class);
[ Full content available at:
https://github.com/apache/incubator-dubbo/issues/3105 ]
This message was relayed via gitbox.apache.org for
[email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
