This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch fix-kotlin-blog-compatibility
in repository https://gitbox.apache.org/repos/asf/fory-site.git
The following commit(s) were added to refs/heads/fix-kotlin-blog-compatibility
by this push:
new 91707ac591c Quantify Kotlin JSON throughput in blog summaries
91707ac591c is described below
commit 91707ac591c78bcbb0f3b3d5d1cf87b9a72b91d0
Author: chaokunyang <[email protected]>
AuthorDate: Tue Sep 8 11:53:44 2026 +0800
Quantify Kotlin JSON throughput in blog summaries
---
blog/2026-09-07-fory_kotlin_json.md | 2 +-
.../zh-CN/docusaurus-plugin-content-blog/2026-09-07-fory_kotlin_json.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/blog/2026-09-07-fory_kotlin_json.md
b/blog/2026-09-07-fory_kotlin_json.md
index 27698e43c35..29ba8c72941 100644
--- a/blog/2026-09-07-fory_kotlin_json.md
+++ b/blog/2026-09-07-fory_kotlin_json.md
@@ -6,7 +6,7 @@ authors: [chaokunyang]
tags: [fory, kotlin, java, json, serialization, performance]
---
-**TL;DR**: Apache Fory JSON brings high-performance JSON serialization to
Kotlin/JVM. It maps data classes, value classes, and sealed hierarchies to JSON
while preserving constructor defaults and nullability. In benchmarks covering
small messages and large documents, Fory delivers higher throughput than
kotlinx.serialization, Moshi, and Jackson Kotlin.
+**TL;DR**: Apache Fory JSON brings high-performance JSON serialization to
Kotlin/JVM. It maps data classes, value classes, and sealed hierarchies to JSON
while preserving constructor defaults and nullability. In benchmarks covering
small messages and large documents, Fory delivers **2.78×–12.12× the
throughput** of kotlinx.serialization, Moshi, and Jackson Kotlin.
<img src="/img/fory-logo-light.png" width="50%"/>
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-blog/2026-09-07-fory_kotlin_json.md
b/i18n/zh-CN/docusaurus-plugin-content-blog/2026-09-07-fory_kotlin_json.md
index 8a25280e288..80e51232ac4 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-blog/2026-09-07-fory_kotlin_json.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-blog/2026-09-07-fory_kotlin_json.md
@@ -6,7 +6,7 @@ authors: [chaokunyang]
tags: [fory, kotlin, java, json, serialization, performance]
---
-**摘要**:Apache Fory JSON 为 Kotlin/JVM 提供高性能 JSON 序列化,支持数据类、值类和 sealed
层次结构,并保留构造函数默认值与可空性。在涵盖小消息和大文档的基准测试中,Fory 的吞吐量高于 kotlinx.serialization、Moshi 和
Jackson Kotlin。
+**摘要**:Apache Fory JSON 为 Kotlin/JVM 提供高性能 JSON 序列化,支持数据类、值类和 sealed
层次结构,并保留构造函数默认值与可空性。在涵盖小消息和大文档的基准测试中,Fory 的吞吐量为 kotlinx.serialization、Moshi 和
Jackson Kotlin 的 **2.78–12.12 倍**。
<img src="/img/fory-logo-light.png" width="50%"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]