Open
Description
Environment
- Checkout SDK version: latest
Description
A serializer can be useful, when the response fully or partially
- need to be stored in a database in a JSON serialized form
- need to be parsed using pydantic or similar parser
- may be easier to handle that way.
Proposed Solution
- I may be able to implement this feature.