Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProtoBuffer Input-Output Formatter for .Net Core (IMessage based) #187

Open
lkishor opened this issue Oct 21, 2019 · 1 comment
Open

ProtoBuffer Input-Output Formatter for .Net Core (IMessage based) #187

lkishor opened this issue Oct 21, 2019 · 1 comment

Comments

@lkishor
Copy link

lkishor commented Oct 21, 2019

I am looking for a Formatter that supports Reading and Writing data from .cs files generated using .proto files.
But the only available option seems to be WebApiContrib.Core.Formatter.Protobuf which uses protbuf-net.
Is it possible to add another package that supports google's Protocol Buffers the way it is?

This is being done by Microsoft with gRPC, But I am thinking of a Middle-ground, where I continue to use Web API's, But with Contract based shared .proto files instead of JSON.

@lkishor
Copy link
Author

lkishor commented Oct 21, 2019

@lkishor lkishor changed the title Input-Output Formatter for csharp (.Net Core) ProtoBuffer Input-Output Formatter for .Net Core (IMessage based) Oct 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant