Skip to content

symfony/serializer Versioning #37096

@gmuehl

Description

@gmuehl

Description
Implement 'since' and 'until' of JMS Serializer for versioning

Example

    /**
     * @ORM\Column(type="string", length=32, nullable=true)
     *
     * @SerializedName("dummy_rest")
     * @SerializedGroup({"dummies"})
     *
     * @Since("1.20")
     * @Until("1.30")
     */
    private $dummy;

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