File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -481,8 +481,11 @@ and :class:`Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer`::
481
481
$companyCopy = $serializer->deserialize($json, Company::class, 'json');
482
482
// Same data as $company
483
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.
484
+ .. note ::
485
+
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
489
487
490
.. _using-camelized-method-names-for-underscored-attributes :
488
491
You can’t perform that action at this time.
0 commit comments