Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.