sjahedhussini commented on issue #2941: URL: https://github.com/apache/fory/issues/2941#issuecomment-4628884787
Hi, I'm looking to make my first open source contribution, and this issue caught my attention. I'd like to take a stab at fixing it. From reading the stack trace and the discussion, it looks like the copy path is routing through the same serializer-lookup logic as serialize/deserialize, which hard-fails on non-serializable types like `java.lang.Package`. I'm thinking the fix lives somewhere in `ClassResolver` or `AbstractObjectSerializer` — would love any pointers from the maintainers on the preferred approach before I start. Happy 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]
