-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to recommend the built-in Serializer instead of JMSSerializer #5069
Labels
Comments
This was referenced Mar 11, 2015
Thank you @javiereguiluz! |
Another related issue: #4698 |
weaverryan
added a commit
that referenced
this issue
Mar 14, 2015
…2.6+ (javiereguiluz) This PR was merged into the 2.6 branch. Discussion ---------- Removed an admonition that is no longer true for Symfony 2.6+ | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.6+ | Fixed tickets | #5069 In Symfony 2.6 and newer, circular references are no longer a problem, as explained in http://symfony.com/doc/current/components/serializer.html#handling-circular-references Commits ------- 5b527ae Removed an admonition that is no longer true for Symfony 2.6+
weaverryan
added a commit
that referenced
this issue
Jul 12, 2015
…ereguiluz) This PR was merged into the 2.7 branch. Discussion ---------- Promote Symfony's builtin serializer instead of JMS | Q | A | ------------- | --- | Doc fix? | no | New docs? | yes | Applies to | all | Fixed tickets | #5069 Commits ------- beac11e Use the built-in serializer instead of promoting JMS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follows symfony/symfony#13875
The text was updated successfully, but these errors were encountered: