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 71b0b26 commit 2519681Copy full SHA for 2519681
serializer/custom_normalizer.rst
@@ -22,6 +22,8 @@ normalization process::
22
23
use App\Entity\Topic;
24
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
25
+ use Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface;
26
+ use Symfony\Component\Serializer\Normalizer\NormalizerAwareTrait;
27
use Symfony\Component\Serializer\Normalizer\NormalizerInterface;
28
29
class TopicNormalizer implements NormalizerInterface, NormalizerAwareInterface
0 commit comments