https://github.com/yugui/grpc-custom-serializer
An set of example implementations which shows how to serialize gRPC messages in JSON
https://github.com/yugui/grpc-custom-serializer
cpp golang grpc java json ruby
Last synced: 12 months ago
JSON representation
An set of example implementations which shows how to serialize gRPC messages in JSON
- Host: GitHub
- URL: https://github.com/yugui/grpc-custom-serializer
- Owner: yugui
- License: apache-2.0
- Created: 2018-02-18T23:17:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T00:52:10.000Z (about 8 years ago)
- Last Synced: 2025-03-24T16:51:48.609Z (about 1 year ago)
- Topics: cpp, golang, grpc, java, json, ruby
- Language: Python
- Size: 59.6 KB
- Stars: 21
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# grpc-custom-serialization
This repository shows how to customize the serialization mechanism in gRPC.
As you can see, you can serialize gRPC messages in JSON if you want.
# Copyright and License
Copyright 2018 Yuki Yugui Sonoda.
Licensed under Apache License, Version 2.0.
See LICENSE.txt for more details.