1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Update serialization.md

This commit is contained in:
guide 2022-04-16 19:34:13 +08:00
parent 9561dd3658
commit 9dad8fbf65

View File

@ -172,7 +172,7 @@ Github地址[https://github.com/protocolbuffers/protobuf](https://github.com/
protostuff 基于 Google protobuf但是提供了更多的功能和更简易的用法。虽然更加易用但是不代表 ProtoStuff 性能更差。
Gihub地址[https://github.com/protostuff/protostuff](https://github.com/protostuff/protostuff)。
Github 地址:[https://github.com/protostuff/protostuff](https://github.com/protostuff/protostuff)。
### hession
@ -196,4 +196,3 @@ 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)