Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T00:52:10.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T14:26:39.391Z (7 months ago)
- Topics: cpp, golang, grpc, java, json, ruby
- Language: Python
- Size: 59.6 KB
- Stars: 18
- Watchers: 3
- 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.