Question: Which class allows you to automatically create a Serializer class with fields and validators that correspond to your model's fields?

  1. ModelSerializer
  2. Model
  3. DataSerializer
  4. ModelToSerializer

Answer: The correct answer of the above question is Option A:ModelSerializer