Tagged Questions
2
votes
1answer
722 views
Class 'Symfony\Component\HttpKernel\DependencyInjection\ConfigurableExtension' not found
After installing JMS Serializer Bundle following the provided instructions using the deps file, I get the following error:
Fatal error: Class ...
2
votes
2answers
751 views
JMSSerializerBundle. no control over third party meta data
I have two entities I wish to serialize with the JMSSerializerBundle. The Music Entity has a mapping-file with exclusion_policy: NONE.
The Music entity has a field of the entity User from ...