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

Remove serde support from rust-protobuf-3 #519

Closed
Tracked by #518
stepancheg opened this issue Aug 12, 2020 · 0 comments
Closed
Tracked by #518

Remove serde support from rust-protobuf-3 #519

stepancheg opened this issue Aug 12, 2020 · 0 comments
Labels
rust-protobuf-v3 Issued to be fixed to release version 3

Comments

@stepancheg
Copy link
Owner

stepancheg commented Aug 12, 2020

  • rust-protobuf-3 fully supports runtime reflection
  • in particular, JSON is supported natively in rust-protobuf, it is implemented using reflection
  • for those who still needs serde, generated code can be customized to insert any annotations include serde derives. Example
@stepancheg stepancheg mentioned this issue Aug 12, 2020
12 tasks
@stepancheg stepancheg added the rust-protobuf-v3 Issued to be fixed to release version 3 label Aug 12, 2020
@stepancheg stepancheg changed the title Consider removing serde support from rust-protobuf-3 Remove serde support from rust-protobuf-3 Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust-protobuf-v3 Issued to be fixed to release version 3
Projects
None yet
Development

No branches or pull requests

1 participant