caucho hessian2 implementation in Go for [apache/dubbo-go](https://github.com/apache/dubbo-go) which is compatible with [dubbo-hessian-lite](https://github.com/apache/dubbo-hessian-lite)
Apache License 2.0
209
stars
113
forks
source link
dubbogo-hessian2 can not unmarshal the object while it contains too many map-object which are initialized as nil #215
本地测试发现,当对象包含多个map对象时(>=2),有两个及以上被初始化为nil时,无法反序列化,且报错“decInstance->decMapByValue field name: cookies2: illegal ref index“(eg:使用dubbogo序列化后再反序列化)