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


##########
README.md:
##########
@@ -222,6 +222,7 @@ public class Example {
       // replace `build` with `buildThreadSafeFory` for Thread-Safe Usage
       .build();
     // Register your classes (required when class registration is enabled)
+    // Registration order must be consistent to prevent deserialization 
failures

Review Comment:
   ```suggestion
       // Registration order must be consistent if id is not specified
   ```



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