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.
2 parents b555164 + f25d0c4 commit 7dea0a0Copy full SHA for 7dea0a0
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