class documentation

Convert a queryset to YAML.

Method end_serialization Called when serializing of the queryset ends.
Method getvalue Return the fully serialized queryset (or None if the output stream is not seekable).
Method handle_field Called to handle each individual (non-relational) field on an object.
Class Variable internal_use_only Undocumented

Inherited from Serializer:

Method end_object Called when serializing of an object ends.
Method get_dump_object Undocumented
Method handle_fk_field Called to handle a ForeignKey field.
Method handle_m2m_field Called to handle a ManyToManyField.
Method start_object Called when serializing of an object starts.
Method start_serialization Called when serializing of the queryset starts.
Instance Variable objects Undocumented
Method _value_from_field Undocumented
Instance Variable _current Undocumented

Inherited from Serializer (via Serializer):

Method serialize Serialize a queryset.
Instance Variable first Undocumented
Instance Variable options Undocumented
Instance Variable selected_fields Undocumented
Instance Variable stream Undocumented
Instance Variable use_natural_foreign_keys Undocumented
Instance Variable use_natural_primary_keys Undocumented
def end_serialization(self): (source)

Called when serializing of the queryset ends.

def getvalue(self): (source)

Return the fully serialized queryset (or None if the output stream is not seekable).

def handle_field(self, obj, field): (source)

Called to handle each individual (non-relational) field on an object.