-
Notifications
You must be signed in to change notification settings - Fork 49
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
Support Protocol Buffers serialisation. #62
Comments
Supporting protobuf and in general having a way to plugin serialization is something we have discussed. It would be very nice to have, but it is not planned for the near term. |
Has this been revisited? I'd like to consider using Dart for client-side work, but my clients must support protobuf grpc gen. |
I see. Thanks for clarifying! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be useful if we could have Protobuf support in dart-rpc, or even any serialisation methods other than JSON, maybe specify which one to use (like a content-type) using the
Accept
request header.Even though JSON is most broadly used, for many situations, others are required as well.
See related StackOverflow question
The text was updated successfully, but these errors were encountered: