Is there support for automatic serialization/deserialization? #1696
Labels
kind: question
solution: wontfix
the issue will not be fixed (either it is impossible or deemed out of scope)
Is there any support for automatic serialization/deserialization? For example some sort of template magic that would just choose a string to use for the key name based on the property name directly, to skip the having to manually add an entry for each property by hand in the from_json() and to_json() methods? I see 2 really helpful benefits there - 1) the obvious of course is less code needing to be written by the developers using this lib, but the more important is 2) if a property is added later to a structure, it wouldn't be accidentally forgotten to be serialized too
The text was updated successfully, but these errors were encountered: