You need an AutoMapper, but you don't know it yet!

Avatar of Baptiste Leduc Baptiste Leduc

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
Room:
Track SensioLabs

This talk is delivered twice during the conference:

  • Thursday, June 17, 2021 at 13:30 PM – 14:05 PM

  • Thursday, June 17, 2021 at 20:30 PM – 21:05 PM

Intermediate talk, some familiarity with the topic required.