chaokunyang commented on code in PR #1467:
URL: https://github.com/apache/incubator-fury/pull/1467#discussion_r1553444979


##########
java/fury-core/src/main/java/org/apache/fury/BaseFury.java:
##########
@@ -64,9 +71,16 @@ public interface BaseFury {
    */
   <T> void registerSerializer(Class<T> type, Class<? extends Serializer> 
serializerClass);
 
+  void registerSerializer(Class<?> type, Serializer<?> serializer);

Review Comment:
   I see, thanks. This is reasonable to add to BaseFury



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