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 5583734b6 fix doc links (#388)
5583734b6 is described below
commit 5583734b6810f3b03a900098f86d1255b058a47b
Author: Shawn Yang <[email protected]>
AuthorDate: Mon Jan 12 20:30:54 2026 +0800
fix doc links (#388)
---
docs/introduction/overview.md | 39 ++++++++++---------
.../current/introduction/overview.md | 45 +++++++++++-----------
.../version-0.14/introduction/overview.md | 44 ++++++++++-----------
.../version-0.14/introduction/overview.md | 38 +++++++++---------
4 files changed, 84 insertions(+), 82 deletions(-)
diff --git a/docs/introduction/overview.md b/docs/introduction/overview.md
index 5a9eb749c..28e6235eb 100644
--- a/docs/introduction/overview.md
+++ b/docs/introduction/overview.md
@@ -101,12 +101,12 @@ Enterprise-grade security and compatibility:
Apache Fory™ implements multiple binary protocols optimized for different
scenarios:
-| Protocol |
Use Case | Key Features
|
-| ------------------------------------------------------------------------- |
------------------------------ |
------------------------------------------------------ |
+| Protocol |
Use Case | Key Features
|
+| ----------------------------------------------------------------------- |
------------------------------ |
------------------------------------------------------ |
| **[Xlang Serialization](../specification/xlang_serialization_spec.md)** |
Cross-language object exchange | Automatic serialization, references,
polymorphism |
| **[Java Serialization](../specification/java_serialization_spec.md)** |
High-performance Java-only | Drop-in JDK serialization replacement, 100x
faster |
| **[Row Format](../specification/row_format_spec.md)** |
Analytics and data processing | Zero-copy random access, Arrow compatibility
|
-| **Python Native** |
Python-specific serialization | Pickle/cloudpickle replacement with better
performance |
+| **Python Native** |
Python-specific serialization | Pickle/cloudpickle replacement with better
performance |
All protocols share the same optimized codebase, allowing improvements in one
protocol to benefit others.
@@ -114,25 +114,26 @@ All protocols share the same optimized codebase, allowing
improvements in one pr
### User Guides
-| Guide | Description
| Source |
Website
|
-| -------------------------------- |
------------------------------------------ |
----------------------------------------------------------------------- |
-----------------------------------------------------------------------------------
|
-| **Java Serialization** | Comprehensive guide for Java
serialization | [Java Guide](../guide/java/index.md) | [📖
View](https://fory.apache.org/docs/guide/java) |
-| **Cross-Language Serialization** | Multi-language object exchange
| [Xlang Guide](../guide/xlang/index.md) | [📖
View](https://fory.apache.org/docs/guide/xlang) |
-| **Row Format** | Zero-copy random access format
| [Java Row Format](../guide/java/row-format.md) | [📖
View](https://fory.apache.org/docs/guide/java/row-format) |
-| **Python** | Python-specific features and usage
| [Python Guide](../guide/python/index.md) | [📖
View](https://fory.apache.org/docs/guide/python) |
-| **Rust** | Rust implementation and patterns
| [Rust Guide](../guide/rust/index.md) | [📖
View](https://fory.apache.org/docs/guide/rust) |
-| **Scala** | Scala integration and best practices
| [Scala Guide](../guide/scala/index.md) | [📖
View](https://fory.apache.org/docs/guide/scala) |
-| **GraalVM** | Native image support and AOT compilation
| [GraalVM Guide](../guide/graalvm_guide.md) | [📖
View](https://fory.apache.org/docs/guide/graalvm_guide) |
-| **Development** | Building and contributing to Fory
| [Development](../guide/DEVELOPMENT.md) | [📖
View](https://fory.apache.org/docs/guide/DEVELOPMENT) |
+| Guide | Description
| Source
| Website |
+| -------------------------------- |
------------------------------------------ |
-----------------------------------------------------------------------------------------
| ----------------------------------- |
+| **Java Serialization** | Comprehensive guide for Java
serialization | [Java
Guide](https://github.com/apache/fory/blob/main/docs/guide/java/)
| [📖 View](../guide/java) |
+| **Cross-Language Serialization** | Multi-language object exchange
| [Xlang Guide](https://github.com/apache/fory/blob/main/docs/guide/xlang/)
| [📖 View](../guide/xlang) |
+| **Row Format** | Zero-copy random access format
| [Java Row
Format](https://github.com/apache/fory/blob/main/docs/guide/java/row-format.md)
| [📖 View](../guide/java/row-format) |
+| **Python** | Python-specific features and usage
| [Python Guide](https://github.com/apache/fory/blob/main/docs/guide/python/)
| [📖 View](../guide/python) |
+| **Rust** | Rust implementation and patterns
| [Rust Guide](https://github.com/apache/fory/blob/main/docs/guide/rust/)
| [📖 View](../guide/rust) |
+| **Go** | Go implementation and usage
| [Go Guide](https://github.com/apache/fory/blob/main/docs/guide/go/)
| [📖 View](../guide/go) |
+| **Scala** | Scala integration and best practices
| [Scala Guide](https://github.com/apache/fory/blob/main/docs/guide/scala/)
| [📖 View](../guide/scala) |
+| **GraalVM** | Native image support and AOT compilation
| [GraalVM
Guide](https://github.com/apache/fory/blob/main/docs/guide/graalvm_guide.md)
| [📖 View](../guide/graalvm_guide) |
+| **Development** | Building and contributing to Fory
|
[Development](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md)
| [📖 View](../guide/DEVELOPMENT) |
### Protocol Specifications
-| Specification | Description | Source
| Website
|
-| ----------------------- | ------------------------------ |
----------------------------------------------------------------------------- |
-----------------------------------------------------------------------------------
|
-| **Xlang Serialization** | Cross-language binary protocol |
[xlang_serialization_spec.md](../specification/xlang_serialization_spec.md) |
[📖
View](https://fory.apache.org/docs/specification/fory_xlang_serialization_spec)
|
-| **Java Serialization** | Java-optimized protocol |
[java_serialization_spec.md](../specification/java_serialization_spec.md) |
[📖
View](https://fory.apache.org/docs/specification/fory_java_serialization_spec)
|
-| **Row Format** | Row-based binary format |
[row_format_spec.md](../specification/row_format_spec.md) |
[📖 View](https://fory.apache.org/docs/specification/fory_row_format_spec)
|
-| **Type Mapping** | Cross-language type conversion |
[xlang_type_mapping.md](../specification/xlang_type_mapping.md) |
[📖
View](https://fory.apache.org/docs/specification/fory_xlang_serialization_spec)
|
+| Specification | Description | Source
| Website |
+| ----------------------- | ------------------------------ |
----------------------------------------------------------------------------------------------------------------------
| ---------------------------------------------------- |
+| **Xlang Serialization** | Cross-language binary protocol |
[xlang_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_serialization_spec.md)
| [📖 View](../specification/xlang_serialization_spec) |
+| **Java Serialization** | Java-optimized protocol |
[java_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/java_serialization_spec.md)
| [📖 View](../specification/java_serialization_spec) |
+| **Row Format** | Row-based binary format |
[row_format_spec.md](https://github.com/apache/fory/blob/main/docs/specification/row_format_spec.md)
| [📖 View](../specification/row_format_spec) |
+| **Type Mapping** | Cross-language type conversion |
[xlang_type_mapping.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_type_mapping.md)
| [📖 View](../specification/xlang_type_mapping) |
## Compatibility
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction/overview.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction/overview.md
index 36568f0b2..89f86ac7c 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction/overview.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction/overview.md
@@ -101,12 +101,12 @@ Apache Fory™ 通过先进的优化技术提供卓越性能:
Apache Fory™ 实现了针对不同场景优化的多个二进制协议:
-| 协议 |
使用场景 | 核心特性 |
-| ------------------------------------------------------------------------- |
---------------------- | -------------------------------------------- |
-| **[跨语言序列化](../specification/xlang_serialization_spec.md)** | 跨语言对象交换
| 自动序列化、引用、多态 |
-| **[Java 序列化](../specification/java_serialization_spec.md)** | 高性能
Java 专用 | JDK 序列化的直接替代,快 100 倍 |
-| **[行格式](../specification/row_format_spec.md)** |
分析和数据处理 | 零拷贝随机访问、Arrow 兼容 |
-| **Python 原生** |
Python 专用序列化 | Pickle/cloudpickle 替代,性能更好 |
+| 协议 | 使用场景
| 核心特性 |
+| ---------------------------------------------------------------- |
----------------- | --------------------------------- |
+| **[跨语言序列化](../specification/xlang_serialization_spec.md)** | 跨语言对象交换 |
自动序列化、引用、多态 |
+| **[Java 序列化](../specification/java_serialization_spec.md)** | 高性能 Java 专用
| JDK 序列化的直接替代,快 100 倍 |
+| **[行格式](../specification/row_format_spec.md)** | 分析和数据处理 |
零拷贝随机访问、Arrow 兼容 |
+| **Python 原生** | Python
专用序列化 | Pickle/cloudpickle 替代,性能更好 |
所有协议共享相同的优化代码库,一个协议的改进可以惠及其他协议。
@@ -114,25 +114,26 @@ Apache Fory™ 实现了针对不同场景优化的多个二进制协议:
### 用户指南
-| 指南 | 描述 | 源文件
| 网站
|
-| ---------------------- | --------------------------------- |
--------------------------------------------------------------- |
-----------------------------------------------------------------------------------
|
-| **Java 序列化** | Java 序列化综合指南 | [Java
指南](../guide/java/index.md) | [📖
查看](https://fory.apache.org/docs/guide/java) |
-| **跨语言序列化** | 多语言对象交换 | [Xlang
指南](../guide/xlang/index.md) | [📖
查看](https://fory.apache.org/docs/guide/xlang) |
-| **行格式** | 零拷贝随机访问格式 | [Java
行格式](../guide/java/row-format.md) | [📖
查看](https://fory.apache.org/docs/guide/java/row-format) |
-| **Python** | Python 特定功能和用法 | [Python
指南](../guide/python/index.md) | [📖
查看](https://fory.apache.org/docs/guide/python) |
-| **Rust** | Rust 实现和模式 | [Rust
指南](../guide/rust/index.md) | [📖
查看](https://fory.apache.org/docs/guide/rust) |
-| **Scala** | Scala 集成和最佳实践 | [Scala
指南](../guide/scala/index.md) | [📖
查看](https://fory.apache.org/docs/guide/scala) |
-| **GraalVM** | 原生镜像支持和 AOT 编译 | [GraalVM
指南](../guide/graalvm_guide.md) | [📖
查看](https://fory.apache.org/docs/guide/graalvm_guide) |
-| **开发** | 构建和贡献 Fory |
[开发指南](../guide/DEVELOPMENT.md) | [📖
查看](https://fory.apache.org/docs/guide/DEVELOPMENT) |
+| 指南 | 描述 | 源文件
| 网站
|
+| ---------------- | ----------------------- |
-------------------------------------------------------------------------------------
| ----------------------------------- |
+| **Java 序列化** | Java 序列化综合指南 | [Java
指南](https://github.com/apache/fory/blob/main/docs/guide/java/) |
[📖 查看](../guide/java) |
+| **跨语言序列化** | 多语言对象交换 | [Xlang
指南](https://github.com/apache/fory/blob/main/docs/guide/xlang/) |
[📖 查看](../guide/xlang) |
+| **行格式** | 零拷贝随机访问格式 | [Java
行格式](https://github.com/apache/fory/blob/main/docs/guide/java/row-format.md) |
[📖 查看](../guide/java/row-format) |
+| **Python** | Python 特定功能和用法 | [Python
指南](https://github.com/apache/fory/blob/main/docs/guide/python/) |
[📖 查看](../guide/python) |
+| **Rust** | Rust 实现和模式 | [Rust
指南](https://github.com/apache/fory/blob/main/docs/guide/rust/) |
[📖 查看](../guide/rust) |
+| **Go** | Go 实现和用法 | [Go
指南](https://github.com/apache/fory/blob/main/docs/guide/go/)
| [📖 查看](../guide/go) |
+| **Scala** | Scala 集成和最佳实践 | [Scala
指南](https://github.com/apache/fory/blob/main/docs/guide/scala/) |
[📖 查看](../guide/scala) |
+| **GraalVM** | 原生镜像支持和 AOT 编译 | [GraalVM
指南](https://github.com/apache/fory/blob/main/docs/guide/graalvm_guide.md) | [📖
查看](../guide/graalvm_guide) |
+| **开发** | 构建和贡献 Fory |
[开发指南](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md)
| [📖 查看](../guide/DEVELOPMENT) |
### 协议规范
-| 规范 | 描述 | 源文件
| 网站
|
-| ---------------------- | ------------------------ |
----------------------------------------------------------------------------- |
-----------------------------------------------------------------------------------
|
-| **跨语言序列化** | 跨语言二进制协议 |
[xlang_serialization_spec.md](../specification/xlang_serialization_spec.md) |
[📖
查看](https://fory.apache.org/docs/specification/fory_xlang_serialization_spec) |
-| **Java 序列化** | Java 优化协议 |
[java_serialization_spec.md](../specification/java_serialization_spec.md) |
[📖 查看](https://fory.apache.org/docs/specification/fory_java_serialization_spec)
|
-| **行格式** | 基于行的二进制格式 |
[row_format_spec.md](../specification/row_format_spec.md) |
[📖 查看](https://fory.apache.org/docs/specification/fory_row_format_spec)
|
-| **类型映射** | 跨语言类型转换 |
[xlang_type_mapping.md](../specification/xlang_type_mapping.md) |
[📖
查看](https://fory.apache.org/docs/specification/fory_xlang_serialization_spec) |
+| 规范 | 描述 | 源文件
| 网站
|
+| ---------------- | ------------------ |
----------------------------------------------------------------------------------------------------------------------
| ---------------------------------------------------- |
+| **跨语言序列化** | 跨语言二进制协议 |
[xlang_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_serialization_spec.md)
| [📖 查看](../specification/xlang_serialization_spec) |
+| **Java 序列化** | Java 优化协议 |
[java_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/java_serialization_spec.md)
| [📖 查看](../specification/java_serialization_spec) |
+| **行格式** | 基于行的二进制格式 |
[row_format_spec.md](https://github.com/apache/fory/blob/main/docs/specification/row_format_spec.md)
| [📖 查看](../specification/row_format_spec) |
+| **类型映射** | 跨语言类型转换 |
[xlang_type_mapping.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_type_mapping.md)
| [📖 查看](../specification/xlang_type_mapping) |
## 兼容性
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/introduction/overview.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/introduction/overview.md
index 36568f0b2..31c6e0758 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/introduction/overview.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/introduction/overview.md
@@ -101,12 +101,12 @@ Apache Fory™ 通过先进的优化技术提供卓越性能:
Apache Fory™ 实现了针对不同场景优化的多个二进制协议:
-| 协议 |
使用场景 | 核心特性 |
-| ------------------------------------------------------------------------- |
---------------------- | -------------------------------------------- |
-| **[跨语言序列化](../specification/xlang_serialization_spec.md)** | 跨语言对象交换
| 自动序列化、引用、多态 |
-| **[Java 序列化](../specification/java_serialization_spec.md)** | 高性能
Java 专用 | JDK 序列化的直接替代,快 100 倍 |
-| **[行格式](../specification/row_format_spec.md)** |
分析和数据处理 | 零拷贝随机访问、Arrow 兼容 |
-| **Python 原生** |
Python 专用序列化 | Pickle/cloudpickle 替代,性能更好 |
+| 协议 | 使用场景
| 核心特性 |
+| ---------------------------------------------------------------- |
----------------- | --------------------------------- |
+| **[跨语言序列化](../specification/xlang_serialization_spec.md)** | 跨语言对象交换 |
自动序列化、引用、多态 |
+| **[Java 序列化](../specification/java_serialization_spec.md)** | 高性能 Java 专用
| JDK 序列化的直接替代,快 100 倍 |
+| **[行格式](../specification/row_format_spec.md)** | 分析和数据处理 |
零拷贝随机访问、Arrow 兼容 |
+| **Python 原生** | Python
专用序列化 | Pickle/cloudpickle 替代,性能更好 |
所有协议共享相同的优化代码库,一个协议的改进可以惠及其他协议。
@@ -114,25 +114,25 @@ Apache Fory™ 实现了针对不同场景优化的多个二进制协议:
### 用户指南
-| 指南 | 描述 | 源文件
| 网站
|
-| ---------------------- | --------------------------------- |
--------------------------------------------------------------- |
-----------------------------------------------------------------------------------
|
-| **Java 序列化** | Java 序列化综合指南 | [Java
指南](../guide/java/index.md) | [📖
查看](https://fory.apache.org/docs/guide/java) |
-| **跨语言序列化** | 多语言对象交换 | [Xlang
指南](../guide/xlang/index.md) | [📖
查看](https://fory.apache.org/docs/guide/xlang) |
-| **行格式** | 零拷贝随机访问格式 | [Java
行格式](../guide/java/row-format.md) | [📖
查看](https://fory.apache.org/docs/guide/java/row-format) |
-| **Python** | Python 特定功能和用法 | [Python
指南](../guide/python/index.md) | [📖
查看](https://fory.apache.org/docs/guide/python) |
-| **Rust** | Rust 实现和模式 | [Rust
指南](../guide/rust/index.md) | [📖
查看](https://fory.apache.org/docs/guide/rust) |
-| **Scala** | Scala 集成和最佳实践 | [Scala
指南](../guide/scala/index.md) | [📖
查看](https://fory.apache.org/docs/guide/scala) |
-| **GraalVM** | 原生镜像支持和 AOT 编译 | [GraalVM
指南](../guide/graalvm_guide.md) | [📖
查看](https://fory.apache.org/docs/guide/graalvm_guide) |
-| **开发** | 构建和贡献 Fory |
[开发指南](../guide/DEVELOPMENT.md) | [📖
查看](https://fory.apache.org/docs/guide/DEVELOPMENT) |
+| 指南 | 描述 | 源文件
| 网站
|
+| ---------------- | ----------------------- |
-------------------------------------------------------------------------------------
| ----------------------------------- |
+| **Java 序列化** | Java 序列化综合指南 | [Java
指南](https://github.com/apache/fory/blob/main/docs/guide/java/) |
[📖 查看](../guide/java) |
+| **跨语言序列化** | 多语言对象交换 | [Xlang
指南](https://github.com/apache/fory/blob/main/docs/guide/xlang/) |
[📖 查看](../guide/xlang) |
+| **行格式** | 零拷贝随机访问格式 | [Java
行格式](https://github.com/apache/fory/blob/main/docs/guide/java/row-format.md) |
[📖 查看](../guide/java/row-format) |
+| **Python** | Python 特定功能和用法 | [Python
指南](https://github.com/apache/fory/blob/main/docs/guide/python/) |
[📖 查看](../guide/python) |
+| **Rust** | Rust 实现和模式 | [Rust
指南](https://github.com/apache/fory/blob/main/docs/guide/rust/) |
[📖 查看](../guide/rust) |
+| **Scala** | Scala 集成和最佳实践 | [Scala
指南](https://github.com/apache/fory/blob/main/docs/guide/scala/) |
[📖 查看](../guide/scala) |
+| **GraalVM** | 原生镜像支持和 AOT 编译 | [GraalVM
指南](https://github.com/apache/fory/blob/main/docs/guide/graalvm_guide.md) | [📖
查看](../guide/graalvm_guide) |
+| **开发** | 构建和贡献 Fory |
[开发指南](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md)
| [📖 查看](../guide/DEVELOPMENT) |
### 协议规范
-| 规范 | 描述 | 源文件
| 网站
|
-| ---------------------- | ------------------------ |
----------------------------------------------------------------------------- |
-----------------------------------------------------------------------------------
|
-| **跨语言序列化** | 跨语言二进制协议 |
[xlang_serialization_spec.md](../specification/xlang_serialization_spec.md) |
[📖
查看](https://fory.apache.org/docs/specification/fory_xlang_serialization_spec) |
-| **Java 序列化** | Java 优化协议 |
[java_serialization_spec.md](../specification/java_serialization_spec.md) |
[📖 查看](https://fory.apache.org/docs/specification/fory_java_serialization_spec)
|
-| **行格式** | 基于行的二进制格式 |
[row_format_spec.md](../specification/row_format_spec.md) |
[📖 查看](https://fory.apache.org/docs/specification/fory_row_format_spec)
|
-| **类型映射** | 跨语言类型转换 |
[xlang_type_mapping.md](../specification/xlang_type_mapping.md) |
[📖
查看](https://fory.apache.org/docs/specification/fory_xlang_serialization_spec) |
+| 规范 | 描述 | 源文件
| 网站
|
+| ---------------- | ------------------ |
----------------------------------------------------------------------------------------------------------------------
| ---------------------------------------------------- |
+| **跨语言序列化** | 跨语言二进制协议 |
[xlang_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_serialization_spec.md)
| [📖 查看](../specification/xlang_serialization_spec) |
+| **Java 序列化** | Java 优化协议 |
[java_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/java_serialization_spec.md)
| [📖 查看](../specification/java_serialization_spec) |
+| **行格式** | 基于行的二进制格式 |
[row_format_spec.md](https://github.com/apache/fory/blob/main/docs/specification/row_format_spec.md)
| [📖 查看](../specification/row_format_spec) |
+| **类型映射** | 跨语言类型转换 |
[xlang_type_mapping.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_type_mapping.md)
| [📖 查看](../specification/xlang_type_mapping) |
## 兼容性
diff --git a/versioned_docs/version-0.14/introduction/overview.md
b/versioned_docs/version-0.14/introduction/overview.md
index 5a9eb749c..2e8c5793c 100644
--- a/versioned_docs/version-0.14/introduction/overview.md
+++ b/versioned_docs/version-0.14/introduction/overview.md
@@ -101,12 +101,12 @@ Enterprise-grade security and compatibility:
Apache Fory™ implements multiple binary protocols optimized for different
scenarios:
-| Protocol |
Use Case | Key Features
|
-| ------------------------------------------------------------------------- |
------------------------------ |
------------------------------------------------------ |
+| Protocol |
Use Case | Key Features
|
+| ----------------------------------------------------------------------- |
------------------------------ |
------------------------------------------------------ |
| **[Xlang Serialization](../specification/xlang_serialization_spec.md)** |
Cross-language object exchange | Automatic serialization, references,
polymorphism |
| **[Java Serialization](../specification/java_serialization_spec.md)** |
High-performance Java-only | Drop-in JDK serialization replacement, 100x
faster |
| **[Row Format](../specification/row_format_spec.md)** |
Analytics and data processing | Zero-copy random access, Arrow compatibility
|
-| **Python Native** |
Python-specific serialization | Pickle/cloudpickle replacement with better
performance |
+| **Python Native** |
Python-specific serialization | Pickle/cloudpickle replacement with better
performance |
All protocols share the same optimized codebase, allowing improvements in one
protocol to benefit others.
@@ -114,25 +114,25 @@ All protocols share the same optimized codebase, allowing
improvements in one pr
### User Guides
-| Guide | Description
| Source |
Website
|
-| -------------------------------- |
------------------------------------------ |
----------------------------------------------------------------------- |
-----------------------------------------------------------------------------------
|
-| **Java Serialization** | Comprehensive guide for Java
serialization | [Java Guide](../guide/java/index.md) | [📖
View](https://fory.apache.org/docs/guide/java) |
-| **Cross-Language Serialization** | Multi-language object exchange
| [Xlang Guide](../guide/xlang/index.md) | [📖
View](https://fory.apache.org/docs/guide/xlang) |
-| **Row Format** | Zero-copy random access format
| [Java Row Format](../guide/java/row-format.md) | [📖
View](https://fory.apache.org/docs/guide/java/row-format) |
-| **Python** | Python-specific features and usage
| [Python Guide](../guide/python/index.md) | [📖
View](https://fory.apache.org/docs/guide/python) |
-| **Rust** | Rust implementation and patterns
| [Rust Guide](../guide/rust/index.md) | [📖
View](https://fory.apache.org/docs/guide/rust) |
-| **Scala** | Scala integration and best practices
| [Scala Guide](../guide/scala/index.md) | [📖
View](https://fory.apache.org/docs/guide/scala) |
-| **GraalVM** | Native image support and AOT compilation
| [GraalVM Guide](../guide/graalvm_guide.md) | [📖
View](https://fory.apache.org/docs/guide/graalvm_guide) |
-| **Development** | Building and contributing to Fory
| [Development](../guide/DEVELOPMENT.md) | [📖
View](https://fory.apache.org/docs/guide/DEVELOPMENT) |
+| Guide | Description
| Source
| Website |
+| -------------------------------- |
------------------------------------------ |
-----------------------------------------------------------------------------------------
| ----------------------------------- |
+| **Java Serialization** | Comprehensive guide for Java
serialization | [Java
Guide](https://github.com/apache/fory/blob/main/docs/guide/java/)
| [📖 View](../guide/java) |
+| **Cross-Language Serialization** | Multi-language object exchange
| [Xlang Guide](https://github.com/apache/fory/blob/main/docs/guide/xlang/)
| [📖 View](../guide/xlang) |
+| **Row Format** | Zero-copy random access format
| [Java Row
Format](https://github.com/apache/fory/blob/main/docs/guide/java/row-format.md)
| [📖 View](../guide/java/row-format) |
+| **Python** | Python-specific features and usage
| [Python Guide](https://github.com/apache/fory/blob/main/docs/guide/python/)
| [📖 View](../guide/python) |
+| **Rust** | Rust implementation and patterns
| [Rust Guide](https://github.com/apache/fory/blob/main/docs/guide/rust/)
| [📖 View](../guide/rust) |
+| **Scala** | Scala integration and best practices
| [Scala Guide](https://github.com/apache/fory/blob/main/docs/guide/scala/)
| [📖 View](../guide/scala) |
+| **GraalVM** | Native image support and AOT compilation
| [GraalVM
Guide](https://github.com/apache/fory/blob/main/docs/guide/graalvm_guide.md)
| [📖 View](../guide/graalvm_guide) |
+| **Development** | Building and contributing to Fory
|
[Development](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md)
| [📖 View](../guide/DEVELOPMENT) |
### Protocol Specifications
-| Specification | Description | Source
| Website
|
-| ----------------------- | ------------------------------ |
----------------------------------------------------------------------------- |
-----------------------------------------------------------------------------------
|
-| **Xlang Serialization** | Cross-language binary protocol |
[xlang_serialization_spec.md](../specification/xlang_serialization_spec.md) |
[📖
View](https://fory.apache.org/docs/specification/fory_xlang_serialization_spec)
|
-| **Java Serialization** | Java-optimized protocol |
[java_serialization_spec.md](../specification/java_serialization_spec.md) |
[📖
View](https://fory.apache.org/docs/specification/fory_java_serialization_spec)
|
-| **Row Format** | Row-based binary format |
[row_format_spec.md](../specification/row_format_spec.md) |
[📖 View](https://fory.apache.org/docs/specification/fory_row_format_spec)
|
-| **Type Mapping** | Cross-language type conversion |
[xlang_type_mapping.md](../specification/xlang_type_mapping.md) |
[📖
View](https://fory.apache.org/docs/specification/fory_xlang_serialization_spec)
|
+| Specification | Description | Source
| Website |
+| ----------------------- | ------------------------------ |
----------------------------------------------------------------------------------------------------------------------
| ---------------------------------------------------- |
+| **Xlang Serialization** | Cross-language binary protocol |
[xlang_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_serialization_spec.md)
| [📖 View](../specification/xlang_serialization_spec) |
+| **Java Serialization** | Java-optimized protocol |
[java_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/java_serialization_spec.md)
| [📖 View](../specification/java_serialization_spec) |
+| **Row Format** | Row-based binary format |
[row_format_spec.md](https://github.com/apache/fory/blob/main/docs/specification/row_format_spec.md)
| [📖 View](../specification/row_format_spec) |
+| **Type Mapping** | Cross-language type conversion |
[xlang_type_mapping.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_type_mapping.md)
| [📖 View](../specification/xlang_type_mapping) |
## Compatibility
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]