rvcoutinho opened a new issue, #1796: URL: https://github.com/apache/fury/issues/1796
I have been using Fury as a mean for serialization in a single application. When it comes to move serialized objetcs between applications, I have not been able to deal with different DTO packages/classNames (different origin and target classes). I have tried using XLANG serialization and registering classes with the same typeTag, but it does not work. My understanding is that it should work similarly as a cross language de-serialization. As an additional comment, the typeTag registration is not available on thread safe classes in Java. I don't see a reason why no to have the option on thread safe usages. -- 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]
