You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/07/27 06:31:50 UTC

[GitHub] 15058126273 commented on issue #2132: Dubbo序列化多个 CopyOnWriteArrayList 对象, 反序列化后得到的对象变成同一个!

15058126273 commented on issue #2132: Dubbo序列化多个 CopyOnWriteArrayList 对象, 反序列化后得到的对象变成同一个!
URL: https://github.com/apache/incubator-dubbo/issues/2132#issuecomment-408325091
 
 
   GenericObjectInput was imported from com.alibaba.dubbo.common.serialize.support.dubbo.GenericObjectInput; (dubbo:2.5.10)
   
   I'm using dubbo serialization not hessian. config like this: 
   
   ProtocolConfig config = new ProtocolConfig();
   config.setSerialization("dubbo");
   
   should i change the serialization to solve this problem?
   
   note: 
   
   I use com.alibaba.dubbo.common.serialize.support.hessian.Hessian2ObjectInput  -> test ok;
   I use GenericObjectInput with ArrayList -> test ok;
   I use GenericObjectInput with CopyOnWriteArrayList -> test not ok;
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org