Skip to content

Support for nested serializers #86

Open
@silviogutierrez

Description

@silviogutierrez

Hi there,

Great tool! Are there any plans to support nested serializers? Like say:

class FooSerializer(serializers.Serializer):
    spam = serializers.CharField()    

class BarSerializer(serializers.Serializer):
    foo = FooSerializer()

The endpoint for BarSerializer would list all the fields inside FooSerializer.

If you point me in the right direction, I can also take a look myself. Thanks again for making this tool.

Best,

Silvio

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions