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 71afdca

Browse filesBrowse files
Minor reword
1 parent ae63f8a commit 71afdca
Copy full SHA for 71afdca

File tree

1 file changed

+6
-3
lines changed
Filter options

1 file changed

+6
-3
lines changed

‎components/serializer.rst

Copy file name to clipboardExpand all lines: components/serializer.rst
+6-3Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,12 @@ and :class:`Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer`::
483483

484484
.. note::
485485

486-
Since Symfony 4.2, it is also possible to access to the current class name, format and
487-
context by implementing the :class:`Symfony\\Component\\Serializer\\NameConverter\\AdvancedNameConverterInterface`
488-
interface.
486+
You can also implement
487+
:class:`Symfony\\Component\\Serializer\\NameConverter\\AdvancedNameConverterInterface`
488+
to access to the current class name, format and context.
489+
490+
.. versionadded:: 4.2
491+
The ``AdvancedNameConverterInterface`` interface was introduced in Symfony 4.2.
489492

490493
.. _using-camelized-method-names-for-underscored-attributes:
491494

0 commit comments

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