Closed
Description
Hi there!
I use a new component messenger but unfortunately, I got still more and more errors about serialization. Symfony serializer has problems with array collections, interfaces and even nested objects.
In my whole project, I use JMS serializer and there are no problems, for this, I need to use Symfony serializer.
How can I fix this or maybe set as a default serializer JMS in messenger component, is it possible?
I'm struggling with normalization, de- and serialization for almost 2 days, IMO Symfony serializer is one of the weakest components, it's almost unusable when sb got used to JMS and its convenience.