Skip to content

Placeholder Serializer Ignores Plugin "serialize" Implementations #23

Open
@kid-c-plus

Description

@kid-c-plus

The Placeholder serializer checks for, in order, a "serializer" object and a "serialize" method in the provided plugin in the "render_plugin" method (serializers/placeholder.py, line 173). It will call either or both of these, and save the result to the variable "json". However, this output is always overwritten by the catch-all PluginSerializer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions