tiltwind commented on issue #343:
URL: 
https://github.com/apache/dubbo-go-hessian2/issues/343#issuecomment-1357795345

   > java 把 Object[] 序列化,为了TypedList, 但是 golang 把 interface{} 切片序列化为了 
UntypedList 这个又是为什么呢?
   
   @alpha-baby 你的意思是 java中 如果 Object[] 中只有一个元素,就会序列化为 TypedList, 
如果有2个不同的元素就会序列化为 UntypedList 吗? 如果真是这样,就变得不可预期,是不是一种不可取的方式?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to