tiltwind(斜风)
tiltwind(斜风)
> @mengccmumu pls try `*int64` to ref `java.lang.Long` `*int64` doesn't work for `java.lang.Long` now. I will try to support it when having free time.
ref: https://github.com/apache/dubbo-go-hessian2/issues/349
@mengccmumu the java wrapper is supported now, you can upgrade it like https://github.com/apache/dubbo-go/pull/2222. Pls tell us whether it does work or not, thanks!
> 建议像这种知识,更新到 readme 里面。readme 现在很贫瘠,我前边还建了个issue #342 already add in readme in #350
currently, the dubbo-go ci is pass for the major version , see https://github.com/apache/dubbo-go/pull/2222
@yukinomiu is there demo code to simulate the issue?
> java 把 Object[] 序列化,为了TypedList, 但是 golang 把 interface{} 切片序列化为了 UntypedList 这个又是为什么呢? @alpha-baby 你的意思是 java中 如果 Object[] 中只有一个元素,就会序列化为 TypedList, 如果有2个不同的元素就会序列化为 UntypedList 吗? 如果真是这样,就变得不可预期,是不是一种不可取的方式?
@alpha-baby 跨语言访问最好还是不要使用特定语言中才有的类定义,如果要兼容,需要在go中特殊定义,参考 https://github.com/apache/dubbo-go-hessian2/blob/master/java_util/README_CN.md