-
-
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
@XmlRoot annotation no longer working #131
Comments
It works on a recent version. I'd suggest you upgrade. Btw, symfony 2.0 is not maintained anymore. So not sure if we want to spend resources on this issue. |
Right... chalk this up as a wont-fix then. We are in the process of upgrading our Symfony install, so we should be fine with serializer once we have completed this upgrade. Thanks! |
Hi, I have a
When i try to access to a single request, this is what i got:
I can't manage to have a root element named |
@schmittjoh ::: I have a similar problem to the one reported over here(schmittjoh/JMSSerializerBundle#262), but this problem only arose once I upgraded my symfony from 2.0.9 (I know, we were lagging behind) to a slightly newer 2.0.23.
I had some simple serializer tests, like this:
The resulting XML looks like this:
Prior to the 2.0.23 upgrade, this code would produce:
Interested to hear your thoughts on this one, and perhaps you've seen this behaviour before and can point me to what may be wrong here?
Thanks!
The text was updated successfully, but these errors were encountered: