serde support for config data structures #5566
drHuangMHT
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
yeah looks fine to me if do it as for example in |
Beta Was this translation helpful? Give feedback.
0 replies
-
What would your use case be for wanting to derive serde |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Derive
Serialize
andDeserialize
forConfig
structs and related data structures?I do understand that some data structures cannot be serialized or deserialize. But could we make it happen with simple ones first?
Beta Was this translation helpful? Give feedback.
All reactions