You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "EarthChen (via GitHub)" <gi...@apache.org> on 2023/04/11 06:29:15 UTC

[GitHub] [dubbo] EarthChen commented on a diff in pull request #12039: feat: triple exception self

EarthChen commented on code in PR #12039:
URL: https://github.com/apache/dubbo/pull/12039#discussion_r1162354580


##########
dubbo-serialization/dubbo-serialization-api/src/main/java/org/apache/dubbo/common/serialize/MultipleSerialization.java:
##########
@@ -30,6 +30,6 @@ public interface MultipleSerialization {
 
     void serialize(URL url, String serializeType, Class<?> clz, Object obj, OutputStream os) throws IOException;
 
-    Object deserialize(URL url, String serializeType, Class<?> clz, InputStream os) throws IOException, ClassNotFoundException;
+    Object deserialize(URL url, String serializeType, Class<?> clz, InputStream os, boolean isReturnTriException) throws IOException, ClassNotFoundException;

Review Comment:
   dont change this



-- 
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