Can pyserde work with property getters setters? #591
Unanswered
nayaabkhan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to use pyserde on a class that has
@property
getter. But when serialising, the property doesn't show up in the JSON/dict.Is there a way to get it to work?
For context, the property is needed to be a function to get the field from the database.
Beta Was this translation helpful? Give feedback.
All reactions