Open yoohaemin opened 1 month ago
related: https://github.com/apache/fury/issues/1806#issuecomment-2295215163
I understand the registered class problem now, it uses the serialization from the most concrete class, and does not look for superclass.
The generated code problem still exists, but is now low priority because I know how to register a custom serializer.
@yoohaemin I can't reproduce your issue, could you try latest snapshot jar instead?
Search before asking
Version
0.8.0-SNAPSHOT https://github.com/apache/fury/commit/d8738f99963b69baec2bf1db7cc7c88ad3732748
Component(s)
Java, Other
Minimal reproduce step
https://github.com/yoohaemin/fury-bugreport/commit/9b074e61f9d612034437514dea1916224275a7e7
What did you expect to see?
What did you see instead?
Anything Else?
No response
Are you willing to submit a PR?