How do you serialize a model? #23
Unanswered
codegod100
asked this question in
Q&A
Replies: 1 comment
-
Hmm... valid. I will have to think about that. For now, maybe a new type struct to decorate and add serialization logic? |
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
-
typically I would use a derive macro on a struct but the model structs are code generated
Beta Was this translation helpful? Give feedback.
All reactions