cdxf opened a new issue, #1721: URL: https://github.com/apache/fury/issues/1721
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version 0.5.1 ### Component(s) Java ### Minimal reproduce step Try to serialize org.apache.commons.collections4.queue.CircularFifoQueue class ### What did you expect to see? I want more explanation why it is inefficient, will it causes memory leak, what can I do to improve this ### What did you see instead? class org.apache.commons.collections4.queue.CircularFifoQueue customized jdk serialization, which is inefficient. Please replace it with a org.apache.fury.serializer.Serializer or implements java.io.Externalizable ### Anything Else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
