Comment on Django REST framework 3.15.0parentComments−Alex39172yNo, but you don’t need to use the built-in serializers. Just swap them out for Marshmallow.−neilfrndes2yNot sure why this is down voted, I use marshmallow serializes with DRF. Marshmallow serializes are more flexible and the learning curve isn't high.−the__alchemist2yThis implies using two library layers on top of Django's own syntax. At that point, `def serialize(self) -> dict:
Comments
No, but you don’t need to use the built-in serializers. Just swap them out for Marshmallow.
Not sure why this is down voted, I use marshmallow serializes with DRF. Marshmallow serializes are more flexible and the learning curve isn't high.
This implies using two library layers on top of Django's own syntax. At that point, `def serialize(self) -> dict: