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
Copy file name to clipboardExpand all lines: components/serializer.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ Ignoring Attributes when Serializing
108
108
109
109
.. versionadded:: 2.3
110
110
The :method:`GetSetMethodNormalizer::setIgnoredAttributes<Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer::setIgnoredAttributes>`
111
-
method was added in Symfony 2.3.
111
+
method was introduced in Symfony 2.3.
112
112
113
113
As an option, there's a way to ignore attributes from the origin object when
114
114
serializing. To remove those attributes use the
@@ -153,7 +153,7 @@ Using Camelized Method Names for Underscored Attributes
153
153
154
154
.. versionadded:: 2.3
155
155
The :method:`GetSetMethodNormalizer::setCamelizedAttributes<Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer::setCamelizedAttributes>`
156
-
method was added in Symfony 2.3.
156
+
method was introduced in Symfony 2.3.
157
157
158
158
Sometimes property names from the serialized content are underscored (e.g.
159
159
``first_name``). Normally, these attributes will use get/set methods like
0 commit comments