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
commit 49bb455ec256e13089c2125f1867538210661d63 Author: chaokunyang <[email protected]> AuthorDate: Wed Oct 29 06:59:00 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 0a9f68bfa..d84bb9350 100644 --- a/docs/docs/guide/java_serialization_guide.md +++ b/docs/docs/guide/java_serialization_guide.md @@ -451,7 +451,7 @@ Not all Java types have equivalents in other languages. When using xlang mode: - Use **primitive types** (`int`, `long`, `double`, `String`) for maximum compatibility - Use **standard collections** (`List`, `Map`, `Set`) instead of language-specific ones - Avoid **Java-specific types** like `Optional`, `BigDecimal` (unless the target language supports them) -- See [Type Mapping Guide](../specification/xlang_type_mapping.md) for complete compatibility matrix +- See [Type Mapping Guide](https://fory.apache.org/docs/specification/xlang_type_mapping) for complete compatibility matrix **Compatible Types**: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
