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/fury-site.git
The following commit(s) were added to refs/heads/main by this push:
new 4935a088 🔄 synced local 'docs/guide/' with remote 'docs/guide/'
4935a088 is described below
commit 4935a088ee45ef53368b70a1469b6b374b63a806
Author: chaokunyang <[email protected]>
AuthorDate: Sat Feb 1 14:39:04 2025 +0000
🔄 synced local 'docs/guide/' with remote 'docs/guide/'
---
docs/guide/java_serialization_guide.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/docs/guide/java_serialization_guide.md
b/docs/guide/java_serialization_guide.md
index 70764393..9a792d7b 100644
--- a/docs/guide/java_serialization_guide.md
+++ b/docs/guide/java_serialization_guide.md
@@ -521,9 +521,7 @@ consistent between serialization and deserialization.
### Deserialize POJO into another type
Fury allows you to serialize one POJO and deserialize it into a different
POJO. To achieve this, configure Fury with
-`CompatibleMode` set to `org.apache.fury.config.CompatibleMode.COMPATIBLE`.
Additionally, you only need to register the
-specific classes you want to serialize or deserialize to setup type mapping
relationship; there's no need to register any nested classes within them.
-[See example
here](/java/fury-core/src/test/java/org/apache/fury/serializer/compatible/DifferentPOJOCompatibleSerializerTest.java)
+`CompatibleMode` set to `org.apache.fury.config.CompatibleMode.COMPATIBLE`.
### Use wrong API for deserialization
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]