You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, are there any plans to support serialization and deserialization with Pydantic.
Recently I using different framework alternative to DRF, and all these framework using Pydantic to serialize and deserialize python object specially on handling HTTP request and response.
so my question is are there any plans to provide custom type like serializerfields.PhoneNumberField
The text was updated successfully, but these errors were encountered:
I don’t mind shipping a helper for Pydantic, it makes sense for this project to offer bridges to popular libraries.
Feel free to open a pull request with the helper, and a bunch of tests to exercise its behavior. 👍
Hi, are there any plans to support serialization and deserialization with Pydantic.
Recently I using different framework alternative to DRF, and all these framework using Pydantic to serialize and deserialize python object specially on handling HTTP request and response.
so my question is are there any plans to provide custom type like
serializerfields.PhoneNumberField
The text was updated successfully, but these errors were encountered: