LiangliangSui commented on PR #2146:
URL: https://github.com/apache/fury/pull/2146#issuecomment-2815376762

   @chaokunyang Here is a suggestion.
   
   Currently, there are many `writeXXX`, `xwriteXXX`, `readXXX` and `xreadXXX` 
methods in `Fury.java`. Is it possible for us to define an abstract class to 
summarize these interfaces by following the example of 
https://github.com/apache/fury/pull/2139?
   
   In this way, we can delete the `Fury#xwriteXXX` and `Fury#xreadXXX` 
methods(At the same time, it can also reduce the logic within Fury.java). The 
cross-language details can be handled in the respective implementation 
subclasses of this abstract class.


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