chaokunyang commented on PR #2384: URL: https://github.com/apache/fory/pull/2384#issuecomment-3041995907
> How about this plan? > > In short, the idea is to leverage Fory’s native serialization for objects that support customization, gradually replacing pickle's behavior with a more transparent and cross-language-friendly approach while maintaining compatibility with edge cases. Looks great! 👍 With this plan, fory will be able to serialize any objects in python if it can be serialized by pickle, but with fory serialization format, the serialization will be faster. Another thing is to support local classes and lambda like cloudpickle. But we can do that after finished this plan -- 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]
