-
-
Notifications
You must be signed in to change notification settings - Fork 587
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Not compatible with Symfony 3's Controller::json() #663
Comments
This is a symfony issue. I suggest you to open the issue on the symfony repo. |
Perhaps I might misunderstand, but seeing this is an extension for Symfony, isn't that the job for the developers of the actual extension? It's expecting an interface, which is easily extended from the Symfony serializer class. Fortunately somebody beat me to it so I guess the issue will be fixed shortly. Thanks for the reply goetas. |
This is not the official symfony serializer (even if probably is the most popular). |
I know, I've been using it standalone in other projects. :) Simply pointing out that if you make an extension for another project as a purpose (in example, the bundle) it should be compatible. :) |
The JMS bundle expects 3 arguments of which the 3rd being a Context instance, wheras Symfony submits the context as a 4th.
The text was updated successfully, but these errors were encountered: