Question: Which class allows you to automatically create a Serializer class with fields and validators that correspond to your model's fields?
- ModelSerializer
- Model
- DataSerializer
- ModelToSerializer
Answer: The correct answer of the above question is Option A:ModelSerializer