chaokunyang commented on code in PR #2837:
URL: https://github.com/apache/fory/pull/2837#discussion_r2488621448


##########
docs/guide/java_serialization_guide.md:
##########
@@ -47,6 +47,7 @@ public class Example {
       .build();
     // Registering types can reduce class name serialization overhead, but not 
mandatory.
     // If class registration enabled, all custom types must be registered.
+    // NOTE: The registration order is important. If registration order is 
inconsistent, the allocated ID will be different, and the deserialization will 
failed !!!

Review Comment:
   let's change to register by id, and move such docs into trouble shooting 
section



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