I’m trying to deserialize a nested JSON object to Data Transfer Objects with the Symfony Serializer in a legacy Symfony application, upgraded recently to 5.4. As soon as my JSON contains another object, the deserialization fails, when using the Symfony Serializer ...