This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git


The following commit(s) were added to refs/heads/main by this push:
     new f3e45c50a 🔄 synced local 'docs/docs/guide/' with remote 'docs/guide/'
f3e45c50a is described below

commit f3e45c50a498c061975f5a14eae0f7c665e4ccdb
Author: chaokunyang <[email protected]>
AuthorDate: Tue Nov 4 05:02:12 2025 +0000

    🔄 synced local 'docs/docs/guide/' with remote 'docs/guide/'
---
 docs/docs/guide/java_serialization_guide.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/docs/guide/java_serialization_guide.md 
b/docs/docs/guide/java_serialization_guide.md
index 5b053dfa6..bb1791d55 100644
--- a/docs/docs/guide/java_serialization_guide.md
+++ b/docs/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.
+    // Registration order must be consistent if id is not specified
     fory.register(SomeClass.class);
     byte[] bytes = fory.serialize(object);
     System.out.println(fory.deserialize(bytes));


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to