-
Notifications
You must be signed in to change notification settings - Fork 26.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hessian2序列化bug #146
Comments
已解决原来是hessian丢弃了ArrayList之外的集合。 参见 :com.alibaba.com.caucho.hessian.io.CollectionSerializer#writeObject(Object, AbstractHessianOutput)
修改为:
另外com.alibaba.com.caucho.hessian.io.MapSerializer#writeObject(Object, AbstractHessianOutput)也一样 |
备注一下。 |
@xiegengcai 请问一下
是要改成 :
还是修改为 :
我目前是把他修改成了 :
期待你的回复, 再次感谢你提供的解决方案 |
@teemoer |
@xiegengcai please submit a PR |
* fix Set Vector Serialize data lost apache/dubbo#2069 apache/dubbo#146 * update .travis.yml * update * update test * update test * update test * change travis jdk version
close this via apache/dubbo-hessian-lite#2 |
直接RPC上传递Hibernate POJO时的bug,POJO有ORM注解。应该说是hessian本身的bug,
https://groups.google.com/forum/#!msg/dubbo/qO8wddrVAZc/1GB86AmB4LoJ
错误堆栈
The text was updated successfully, but these errors were encountered: