chaokunyang commented on code in PR #1996:
URL: https://github.com/apache/fury/pull/1996#discussion_r1904400668


##########
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:
   The registration is not mandatory, it's necessary just because you want 
deserialize one class into another, so you use class registration to setup 
class mapping



-- 
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]

Reply via email to