Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a88478 commit ca5e2e0Copy full SHA for ca5e2e0
components/serializer.rst
@@ -481,6 +481,9 @@ 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.
486
+
487
.. _using-camelized-method-names-for-underscored-attributes:
488
489
CamelCase to snake_case
0 commit comments