What is the use of Serializers in Django REST framework?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
You must login to ask question.
Serializer is responsible for converting complex data(Query-set/model) into python native data.