Closed
Description
https://symfony.com/doc/current/serializer/normalizers.html
Normalizers turn objects into arrays and vice versa. They implement NormalizerInterface for normalizing (object to array) and DenormalizerInterface for denormalizing (array to object).
Both interface links are currently broken, resulting in 404 errors.