Serialisation of Object #4204
Unanswered
ayushkhanduri
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Use a serialization library such as Marshmallow or Pydantic. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an object that I am sending as response in flask
I am sending the object of List[PageConfigType]. I want to serialise this object
Beta Was this translation helpful? Give feedback.
All reactions