From c15e37c74ae5b901e6a5a577603a459e22839c1d Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 9 Oct 2019 15:56:37 +0200 Subject: [PATCH] [SerializerFixed some links to some classes --- serializer/normalizers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serializer/normalizers.rst b/serializer/normalizers.rst index 42e6481bbdc..c1bcb930612 100644 --- a/serializer/normalizers.rst +++ b/serializer/normalizers.rst @@ -5,9 +5,9 @@ Normalizers =========== Normalizers turn **objects** into **arrays** and vice versa. They implement -:class:`Symfony\\Component\\Serializer\\Normalizers\\NormalizerInterface` for +:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface` for normalizing (object to array) and -:class:`Symfony\\Component\\Serializer\\Normalizers\\DenormalizerInterface` for +:class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface` for denormalizing (array to object). Normalizers are enabled in the serializer passing them as its first argument::