Serializer Component
The Serializer component handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
…ns are not ignored by the serialization process (Alexander Onatskiy) This PR was merged into the 5.3 branch. Discussion ---------- [Serializer] Attributes that extend serializer`s annotations are not ignored by the serialization process | Q | A | ------------- | --- | Branch? | 5.3 for bug fixes | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix symfony/symfony#43207 | License | MIT | Doc PR | Commits ------- 3407c350e1 [Serializer] Attributes that extends the serializer`s annotations do not ignore by the serialization process
5d7f068
The Serializer component handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.