chaokunyang commented on code in PR #2837:
URL: https://github.com/apache/fory/pull/2837#discussion_r2465150860
##########
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:
Not necessary, it will be updated automatically
--
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]