From 4ce81218f61de4e3ed3ce6ec149b8f9ca65ee8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=87=BF?= <94844256+imlee2021@users.noreply.github.com> Date: Fri, 8 Mar 2024 06:19:06 +0800 Subject: [PATCH] =?UTF-8?q?[docs=20update]=E4=BF=AE=E6=94=B9=E8=AF=8D?= =?UTF-8?q?=E8=AF=AD=E4=B8=8D=E5=BD=93=EF=BC=9A=E6=98=93=E7=94=A8=E6=80=A7?= =?UTF-8?q?=20->=20=E6=98=93=E7=94=A8=E6=80=A7=E8=BE=83=E5=B7=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/java/basis/serialization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/java/basis/serialization.md b/docs/java/basis/serialization.md index 406a7ce3..612eb40d 100644 --- a/docs/java/basis/serialization.md +++ b/docs/java/basis/serialization.md @@ -198,7 +198,7 @@ GitHub 地址:[https://github.com/protocolbuffers/protobuf](https://github.com ### ProtoStuff -由于 Protobuf 的易用性,它的哥哥 Protostuff 诞生了。 +由于 Protobuf 的易用性较差,它的哥哥 Protostuff 诞生了。 protostuff 基于 Google protobuf,但是提供了更多的功能和更简易的用法。虽然更加易用,但是不代表 ProtoStuff 性能更差。