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 2021/09/22 06:55:03 UTC

[GitHub] [dubbo-hessian-lite] qixiaobo commented on a change in pull request #2: fix Set Serialize data lost

qixiaobo commented on a change in pull request #2:
URL: https://github.com/apache/dubbo-hessian-lite/pull/2#discussion_r713642559



##########
File path: src/main/java/com/alibaba/com/caucho/hessian/io/HessianInput.java
##########
@@ -1170,8 +1172,8 @@ public Object readObject(List<Class<?>> expectedTypes)
 
                 if (List.class != reader.getType() && List.class.isAssignableFrom(reader.getType()))
                     return reader.readList(this, length, valueType ? expectedTypes.get(0) : null);
-

Review comment:
       Map will pass to this param




-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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