Closed learndockering closed 6 years ago
Hi,
Please consider using English, Dubbo is a global community, and all the issues may be viewed and discussed by people all over the world.
Seems to be a serialization problem, have you tried use other serialization framework, say hessian2, fastjson?
Please send more details to @dev@dubbo.apache.org for in-depth discussion.
Thanks
As @chickenlj mentioned, does this issue only occur while using kryo serialization? It maybe a serialization problem.
@learndockering Please provide the object structure that List contains or your unit test code, thanks.
Closed. Reopen if necessary.
dubbox以前遗留的老问题,一个模型存在List这类变量在调用过程中出现调用失败的情况,必须使用数组传输才行 比如:List 改成 String[],否则调用会报一下错误