Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Serializer] Make Interfaces denormalizeable without discriminator #47208

Copy link
Copy link
Closed
@Hanmac

Description

@Hanmac
Issue body actions

Description

For a project i implement an Interface (for example BlockInterface) from an extra bundle with my own BlockModel
and inside the part that is getting normalized and denormalized later, it can only be one type at all

but sadly the only way to do Interfaces is via discriminator mapping which needs an extra type (which i don't want at all)

Example

class OuterType
{
    /**
     * @var InterfaceType[]
     */
    protected $elements;
}

class InnerType implements InterfaceType
{
}

Usage:

$serializer->denormalize($data, OuterType::class, null, [
    SomeMagicKey => [
         InterfaceType::class => InnerType::class
    ]
])

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.