Skip to content

Commit 80bde77

Browse files
authored
[Serializer] Bu default the serializer do not convert to lower case properties
1 parent 05c632e commit 80bde77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/serializer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ There are several types of normalizers available:
512512
calling the constructor during the denormalization process.
513513

514514
Objects are normalized to a map of property names (method name stripped of
515-
the "get"/"set"/"has"/"remove" prefix and converted to lower case) to property
515+
the "get"/"set"/"has"/"remove" prefix) to property
516516
values.
517517

518518
The ``ObjectNormalizer`` is the most powerful normalizer. It is configured by
@@ -524,7 +524,7 @@ There are several types of normalizers available:
524524
the constructor and the "setters" (public methods starting with "set").
525525

526526
Objects are normalized to a map of property names (method name stripped of
527-
the "get" prefix and converted to lower case) to property values.
527+
the "get" prefix) to property values.
528528

529529
:class:`Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer`
530530
This normalizer directly reads and writes public properties as well as

0 commit comments

Comments
 (0)