chaokunyang commented on issue #1972: URL: https://github.com/apache/fury/issues/1972#issuecomment-2527792033
You need to use `serialize/deserialize` API instead. `serializeJavaObject deserializeJavaObject` will skip write class meta, so the dserialization side don't know how to handle schema inconsistency. We should write class meta in `serializeJavaObject deserializeJavaObject` if `CompatibleMode` is used. Would you like 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]
