Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

Which Django REST Framework component converts model instances to JSON and validates input?

  1. A ViewSet
  2. B Serializer
  3. C Router
  4. D Permission
Answer

Serializer

Serializers handle both directions: representation for output and validation and deserialisation for input, analogous to Django forms for APIs.

All Django MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as