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 66fcad99d 🔄 synced local 'docs/docs/guide/' with remote 'docs/guide/'
66fcad99d is described below
commit 66fcad99d5d255437f789c00bac46c1fb4e82b28
Author: chaokunyang <[email protected]>
AuthorDate: Wed Dec 10 10:28:15 2025 +0000
🔄 synced local 'docs/docs/guide/' with remote 'docs/guide/'
---
docs/docs/guide/java_serialization_guide.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/docs/guide/java_serialization_guide.md
b/docs/docs/guide/java_serialization_guide.md
index 324f9f50d..6b7bef3f5 100644
--- a/docs/docs/guide/java_serialization_guide.md
+++ b/docs/docs/guide/java_serialization_guide.md
@@ -1441,7 +1441,7 @@ should have same registration order.
```java
Fory fory = xxx;
fory.register(SomeClass.class);
-fory.register(SomeClass1.class, 200);
+fory.register(SomeClass1.class, 1);
```
If you invoke `ForyBuilder#requireClassRegistration(false)` to disable class
registration check,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]