1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Merge pull request #1745 from tonels/patch-1

Update serialization.md
This commit is contained in:
Guide 2022-06-16 14:13:43 +08:00 committed by GitHub
commit 2d8ec81e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,4 +195,4 @@ Kryo 是专门针对 Java 语言序列化方式并且性能非常好,如果你
## 其他推荐阅读
- 美团技术团队-序列化和反序列化:[https://tech.meituan.com/2015/02/26/serialization-vs-deserialization.html](https://tech.meituan.com/2015/02/26/serialization-vs-deserialization.html)
- 在 Dubbo 中使用高效的 Java 序列化Kryo 和 FST: [https://dubbo.apache.org/zh-cn/docs/user/serialization.html](https://dubbo.apache.org/zh-cn/docs/user/serialization.html)
- 在 Dubbo 中使用高效的 Java 序列化Kryo 和 FST: [https://dubbo.apache.org/zh/docs/v3.0/references/serializations/serialization/](https://dubbo.apache.org/zh/docs/v3.0/references/serializations/serialization/)