Skip to content

[Serializer] Make Interfaces denormalizeable without discriminator #47208

@Hanmac

Description

@Hanmac

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

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy