chaokunyang commented on PR #2384: URL: https://github.com/apache/fory/pull/2384#issuecomment-3041217129
Languages like java/go can't deserialize binary serialized by pickle, maybe we don't need it be CrossLanguageCompatibleSerializer? And we could invoke `__getstate__/__setstate__` indrectly in fory to make fory suppoert such objects instead of fallback to pickle. In the long run, I think fory can be a drop-in replacement for pickle but with better performance -- 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]
