drf-CBV

1. Serialization: A sequence of data objects into a string json

2. The sequence of the object: the string passed to the browser json

3.rest-framework serialization process:

  3.1 Create a new class in the view, this field correspond to the class data of class model

  3.2. Examples of this type of procedure can be done serialized

  3.2. In CBV instantiate objects, to complete the sequence of

Guess you like

Origin www.cnblogs.com/draven123/p/10602976.html