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


##########
README.md:
##########
@@ -219,6 +220,7 @@ public class Example {
         .buildThreadSafeFory();
       // 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 !!!
       fory.register(SomeClass.class);

Review Comment:
   sure,and should I update official website project too?it seems 
https://github.com/apache/fory-site



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