Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f7ebf56

Browse filesBrowse files
lyrixxjaviereguiluz
authored andcommitted
[Serializer] By default the serializer do not convert to lower case properties
1 parent a23bbdb commit f7ebf56
Copy full SHA for f7ebf56

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎components/serializer.rst

Copy file name to clipboardExpand all lines: components/serializer.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ There are several types of normalizers available:
511511
calling the constructor during the denormalization process.
512512

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

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

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

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.