FriendsOfSymfony / FOSRestBundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony
http://symfony.com/doc/master/bundles/FOSRestBundle/index.html
MIT License
2.79k stars 708 forks source link

Backport #2319 - Compat with JMS Serializer bundle 4+ #2383

Open Jean85 opened 1 year ago

Jean85 commented 1 year ago

This backports #2319, so that JMS serializer 4+ bundle works with 2.x.

goetas commented 1 year ago

i would make this an opt-in feature. it has serious performance implications as it has to check the same thing for the potential parent classes

goetas commented 1 year ago

ah, now i have noticed that this is for 2.x