diguage commented on code in PR #7503:
URL: https://github.com/apache/incubator-seata/pull/7503#discussion_r2194969644


##########
serializer/seata-serializer-fury/src/main/java/org/apache/seata/serializer/fury/FurySerializerFactory.java:
##########
@@ -16,42 +16,49 @@
  */
 package org.apache.seata.serializer.fury;
 
-import org.apache.fury.Fury;
-import org.apache.fury.ThreadLocalFury;
-import org.apache.fury.ThreadSafeFury;
-import org.apache.fury.config.CompatibleMode;
-import org.apache.fury.config.Language;
-import org.apache.seata.core.serializer.SerializerSecurityRegistry;
+import org.apache.seata.core.serializer.Serializer;
+
+import java.util.function.Function;
 
 public class FurySerializerFactory {

Review Comment:
   I think this class is redundant and I want to **use the following 
SerializerDelegate to replace it**. Is it possible?



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