-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
Description
Hi,
when we configure a named serializer, it would be nice if that also registered a named normalizer / denormalizer that we could inject with the NormalizerInterface
& DenormalizerInterface
respectively. It would be useful for example when creating JsonResponse
s as the encoding is done later.
In the future it may even be integrated with the MapRequestPayload
& friends attributes
Example
No response