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 b555164 commit f25d0c4Copy full SHA for f25d0c4
core/serialization.md
@@ -448,6 +448,11 @@ Here is an example:
448
449
namespace App\Serializer;
450
451
+use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
452
+use Symfony\Component\Serializer\Normalizer\ContextAwareNormalizerInterface;
453
+use Symfony\Component\Serializer\SerializerAwareInterface;
454
+use Symfony\Component\Serializer\SerializerAwareTrait;
455
+
456
class BookAttributeNormalizer implements ContextAwareNormalizerInterface, SerializerAwareInterface
457
{
458
use SerializerAwareTrait;
0 commit comments