You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #4692 [Serializer] Name Converter (dunglas)
This PR was merged into the 2.7 branch.
Discussion
----------
[Serializer] Name Converter
| Q | A
| --------------- | ---
| Doc fix? | no
| New docs? | yes symfony/symfony#13120
| Applies to | 2.7
This is the documentation for the Serializer Name Converter feature.
Commits
-------
d335005 [Serializer] Fix CS
0442752 [Serializer] Acme things
57e6c94 [Serializer] Name Converter fixes
24d0320 [Serializer] Use firtName and snake_case
4ecc706 [Serializer] Name Converter corrections.
b59b752 [Serializer] Name Converter
The :method:`GetSetMethodNormalizer::setCamelizedAttributes<Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer::setCamelizedAttributes>`
170
-
method was introduced in Symfony 2.3.
168
+
.. versionadded:: 2.7
169
+
The :class:`Symfony\\Component\\Serializer\\NameConverter\\NameConverterInterface`
170
+
interface was introduced in Symfony 2.7.
171
171
172
-
Sometimes property names from the serialized content are underscored (e.g.
173
-
``first_name``). Normally, these attributes will use get/set methods like
174
-
``getFirst_name``, when ``getFirstName`` method is what you really want. To
0 commit comments