chaokunyang commented on code in PR #176:
URL: https://github.com/apache/fury-site/pull/176#discussion_r1738556137


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction/introduction.md:
##########
@@ -0,0 +1,58 @@
+---
+id: introduction
+title: Apache Fury 介绍
+sidebar_position: 1
+---
+
+Fury 是一个由 JIT(即时编译)和零拷贝提供支持的快速多语言序列化框架。
+
+## 协议
+
+不同的场景有不同的序列化要求。Apache Fury 为这些需求设计并编写了多个二进制协议:
+
+- 跨语言对象图协议:
+  - 跨语言自动序列化任何对象,无需 IDL 定义、架构编译和对象到/从协议转换;
+  - 支持共享引用和循环引用,无重复数据或递归错误;
+  - 支持对象多态性。

Review Comment:
   ```suggestion
     - 原生支持对象多态。
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to