8000 Add a note block · symfony/symfony-docs@8fc6db4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8fc6db4

Browse files
committed
Add a note block
1 parent ca5e2e0 commit 8fc6db4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/serializer.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,10 @@ and :class:`Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer`::
481481
$companyCopy = $serializer->deserialize($json, Company::class, 'json');
482482
// Same data as $company
483483

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+
It is also possible to access to the current class name, format and context by implementing the
487+
:class:`Symfony\\Component\\Serializer\\NameConverter\\AdvancedNameConverterInterface` interface.
486488

487489
.. _using-camelized-method-names-for-underscored-attributes:
488490

0 commit comments

Comments
 (0)
0