Django Rest Framework API #10 / Serializers , Model Serializer.

preview_player
Показать описание
Django Rest Framework Serializers . What Is Serializer , How To Write a Model Serializer For a Django Model Class and serializing data .

Serializers are one of the CORE concepts of the django rest-framework.
Serialization is the process of:
- Converting server-side data into something that other technologies can interact with e.g(Json data)
- Converting data from other technologies into something the django server can read .

Please enroll in the full course on Udemy:

ModelViewSet and Routers With Serializer:
Рекомендации по теме
Комментарии
Автор

Thank you
If someone don`t know ==> You can also set the fields attribute to the special value '__all__' to indicate that all fields in the model should be used

serioussam
join shbcf.ru