This commit is contained in:
Chulki Lee 2019-11-05 14:40:04 -08:00 committed by Eric Anderson
parent 3b7f856b48
commit 35a1b43d62
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ gRPC is actually a collection of technologies that have high cohesion, rather th
```diff
- Protobuf wire encoding
- Protobuf generated message types
- gPRC generated stub types
- gRPC generated stub types
+ JSON wire encoding
+ Gson message types
```