[Serializer] Add `SnakeCaseToCamelCaseNameConverter`
Document https://github.com/symfony/symfony/pull/58060 and closes https://github.com/symfony/symfony-docs/issues/20151
I think there is still some misunderstanding. When the name converter is being used the name of the property is converted but not the value. So I would expect a class with a property like $full_name and a key like fullName in the normalised data.
Hi!
We've rewritten the Serializer documentation. In this process, we've merged the contents of the component and framework documentation. Do you have time to update this PR to instead document this new feature in https://symfony.com/doc/current/serializer.html#camelcase-to-snake-case ? No worries if you can't make the change, we can always take over this PR and make this change.
Hi, I opened a new PR based on new merged content: https://github.com/symfony/symfony-docs/pull/20774