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

Merge pull request #2314 from imlee2021/docs/serialization

[docs update]修改词语不当:易用性 -> 易用性较差
This commit is contained in:
Guide 2024-03-08 13:20:05 +08:00 committed by GitHub
commit 8faebca7dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -198,7 +198,7 @@ GitHub 地址:[https://github.com/protocolbuffers/protobuf](https://github.com
### ProtoStuff
由于 Protobuf 的易用性,它的哥哥 Protostuff 诞生了。
由于 Protobuf 的易用性较差,它的哥哥 Protostuff 诞生了。
protostuff 基于 Google protobuf但是提供了更多的功能和更简易的用法。虽然更加易用但是不代表 ProtoStuff 性能更差。