Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions serializer/custom_normalizer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ Improving Performance of Normalizers/Denormalizers

The ``getSupportedTypes()`` method was introduced in Symfony 6.3.

Both :class:Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface
and :class:Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface
Both :class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface`
and :class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface`
define a ``getSupportedTypes()`` method to declare which types they support and
whether their ``supports*()`` result can be cached.

Expand Down