chaokunyang commented on code in PR #1996: URL: https://github.com/apache/fury/pull/1996#discussion_r1904402141
########## docs/guide/java_serialization_guide.md: ########## @@ -510,6 +510,10 @@ If you create fury without setting `CompatibleMode` to `org.apache.fury.config.C strange serialization error, it may be caused by class inconsistency between serialization peer and deserialization peer. +If you create fury and set `CompatibleMode` to `org.apache.fury.config.CompatibleMode.COMPATIBLE`, you need to register +the class that you want to serialize or deserialize(You don't need to register any class inside that class). Review Comment: Could we add a special section to document how to deserialize one pojo into another pojo, and add this note there? -- 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]
