module documentation

Undocumented

Class BindingDict This dict-like object is used to store fields on a serializer.
Class BoundField A field object that also includes `.value` and `.error` properties. Returned when iterating over a serializer instance, providing an API similar to Django forms and form fields.
Class JSONBoundField Undocumented
Class NestedBoundField This `BoundField` additionally implements __iter__ and __getitem__ in order to support nested bound fields. This class is the type of `BoundField` that is used for serializer fields.
Class ReturnDict Return object from `serializer.data` for the `Serializer` class. Includes a backlink to the serializer instance for renderers to use if they need richer field information.
Class ReturnList Return object from `serializer.data` for the `SerializerList` class. Includes a backlink to the serializer instance for renderers to use if they need richer field information.