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
@@ -226,12 +238,16 @@ A service leveraging `APCu`_ (and APC for PHP < 5.5) is built-in.
226
238
),
227
239
));
228
240
229
-
Enabling a name converter
241
+
Enabling a Name Converter
230
242
-------------------------
231
243
232
-
The use of a :ref:`name converter <component-serializer-converting-property-names-when-serializing-and-deserializing>` service can be defined in the configuration using the `name_converter` serializer parameter.
244
+
The use of a :ref:`name converter <component-serializer-converting-property-names-when-serializing-and-deserializing>`
245
+
service can be defined in the configuration using the ``name_converter``
246
+
serializer parameter.
233
247
234
-
The built-in :ref:`CamelCase to snake_case name converter <using-camelized-method-names-for-underscored-attributes>` can be enabled by using the `serializer.name_converter.camel_case_to_snake_case` value:
248
+
The built-in :ref:`CamelCase to snake_case name converter <using-camelized-method-names-for-underscored-attributes>`
249
+
can be enabled by using the ``serializer.name_converter.camel_case_to_snake_case``
0 commit comments