thmd commented on issue #2941: URL: https://github.com/apache/fory/issues/2941#issuecomment-3586994697
The big thing is the difference between copy and serialize/deserialize pair. Should they behave identically? Also native java serialization doesn’t give error here. Following what java native does seems like a good idea. On Thu, 27 Nov, 2025 at 8:39 PM, Shawn Yang ***@***.***> wrote: > *chaokunyang* left a comment (apache/fory#2941) > <https://github.com/apache/fory/issues/2941#issuecomment-3586216725> > > It seems you are copy a java.lang.Package object, which is not > serializable. I think we can just skip copy for such objects instead of > raise errors > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/fory/issues/2941#issuecomment-3586216725>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/ABVESIZ7N3XPIGA55XNUCCL364EINAVCNFSM6AAAAACNLRFE2CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTKOBWGIYTMNZSGU> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> > -- 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]
