class documentation

Convert a queryset to JSON Lines.

Method end_object Called when serializing of an object ends.
Method getvalue Return the fully serialized queryset (or None if the output stream is not seekable).
Method start_serialization Called when serializing of the queryset starts.
Class Variable internal_use_only Undocumented
Instance Variable json_kwargs Undocumented
Method _init_options Undocumented
Instance Variable _current Undocumented

Inherited from Serializer:

Method end_serialization Called when serializing of the queryset ends.
Method get_dump_object Undocumented
Method handle_field Called to handle each individual (non-relational) field on an object.
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.
Instance Variable objects Undocumented
Method _value_from_field 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_object(self, obj): (source)

Called when serializing of an object ends.

def getvalue(self): (source)

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

def start_serialization(self): (source)

Called when serializing of the queryset starts.

json_kwargs = (source)

Undocumented

def _init_options(self): (source)

Undocumented