chaokunyang commented on code in PR #1467:
URL: https://github.com/apache/incubator-fury/pull/1467#discussion_r1552605327
##########
java/fury-core/src/main/java/org/apache/fury/BaseFury.java:
##########
@@ -55,6 +59,9 @@ public interface BaseFury {
*/
void register(Class<?> cls, Short id, boolean createSerializer);
+ /** register class with given type tag which will be used for cross-language
serialization. */
+ void register(Class<?> cls, String typeTag);
Review Comment:
This API is used for clang serialization, we removed it in our new xlang
serialization spec in #1413 . Could we remove this API? We can add new API
when new protocol are implemented
--
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]