Changing how a mapped SQLAlchemy datetime field is serialized #3783
Unanswered
Keating950
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
Let's say I have a SQLAlchemy ORM class that contains a datetime field. If I want to customize how this class is serialized (for example, to customize format), how would I go about this? Is this something handled at the DTO layer, or somewhere else?
Beta Was this translation helpful? Give feedback.
All reactions