We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665d32f commit 0249fa8Copy full SHA for 0249fa8
core/serialization.md
@@ -911,11 +911,11 @@ Here is an example:
911
namespace App\Serializer;
912
913
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
914
-use Symfony\Component\Serializer\Normalizer\ContextAwareNormalizerInterface;
915
use Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface;
916
use Symfony\Component\Serializer\Normalizer\NormalizerAwareTrait;
+use Symfony\Component\Serializer\Normalizer\NormalizerInterface;
917
918
-class BookAttributeNormalizer implements ContextAwareNormalizerInterface, NormalizerAwareInterface
+class BookAttributeNormalizer implements NormalizerInterface, NormalizerAwareInterface
919
{
920
use NormalizerAwareTrait;
921
0 commit comments