class documentation

class DeconstructableSerializer(BaseSerializer):

Known subclasses: django.db.migrations.serializer.ModelFieldSerializer, django.db.migrations.serializer.ModelManagerSerializer

View In Hierarchy

Undocumented

Static Method serialize​_deconstructed Undocumented
Static Method ​_serialize​_path Undocumented
Method serialize Undocumented

Inherited from BaseSerializer:

Method __init__ Undocumented
Instance Variable value Undocumented
@staticmethod
def serialize_deconstructed(path, args, kwargs):

Undocumented

@staticmethod
def _serialize_path(path):

Undocumented