You need an AutoMapper, but you don't know it yet!
It is quite common for a developer to have to map data. In the long run, this kind of code is boring to write. Why not generate it automatically? This is the promise that AutoMapper tries to solve: generating the code needed to map one data to another (array, class, etc.)
Through this talk, we will first see the Symfony Serializer and how it works.
Then, we will discover how AutoMapper takes advantage of the Serializer ecosystem while revolutionizing the Normalizer concept by adding code generation, thus drastically boosting performance!
Delivered in English
Check out the rest of talks of SymfonyWorld Online 2021 Summer Edition conference.