Deriving Serialize/Deserialize on Payload to persist to hand-editable files. #6
omrischwarz
started this conversation in
Ideas
Replies: 1 comment
-
Serde is no longer supported in rust-protobuf 3 but there is an alternative approach: https://docs.rs/protobuf-json-mapping/latest/protobuf_json_mapping/ Can you please try to use this? Feedback is very welcome :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For testing purposes, I'd like to be able to record messages and persist them in a hand editable �format for testing purposes.
Is there any reason not to just add #derive[(Serialize...)] to the structure definitions?
Beta Was this translation helpful? Give feedback.
All reactions