LiangliangSui commented on issue #1459:
URL: 
https://github.com/apache/incubator-fury/issues/1459#issuecomment-2041122588

   > One concern is that BaseFury already supports register 
classes/serializers, do we still need to add this API to FuryBuilder?
   
   We can extract all `register(...)` methods in `BaseFury` into an interface, 
for example named `ClassRegister`, and then let `BaseFury` extends 
`ClassRegister`, and `FuryBuilder` can also implements `ClassRegister`. 
`registerSerializer(...)` is similar, we can extract an interface named 
`SerializerRegister`.
   
   WDYT? @chaokunyang 


-- 
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: commits-unsubscr...@fury.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org

Reply via email to