We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentca5e2e0 commitae63f8aCopy full SHA for ae63f8a
components/serializer.rst
@@ -481,8 +481,11 @@ and :class:`Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer`::
481
$companyCopy = $serializer->deserialize($json, Company::class, 'json');
482
// Same data as $company
483
484
-It is also possible to access to the current class name, format and context by implementing the
485
-:class:`Symfony\\Component\\Serializer\\NameConverter\\AdvancedNameConverterInterface` interface.
+..note::
+
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.
489
490
.. _using-camelized-method-names-for-underscored-attributes:
491