-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
YAML Dumper to support objectMap #12860
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
Labels
Comments
Related to PR #10552 ([YAML] Added support for object-maps) |
Closing it as fixed as of #17578. |
8000
Reopening here, we are not there yet, but the changes introduced in #17578 allow to easily implement this feature. |
see #17728 |
fabpot
added a commit
that referenced
this issue
Feb 28, 2016
This PR was merged into the 3.1-dev branch. Discussion ---------- [Yaml] add option to dump objects as maps | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #9870, #12860, #15781, #15937, #16266 | License | MIT | Doc PR | TODO Commits ------- 3941d2e [Yaml] add option to dump objects as maps
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of 2.6 series[1] you introduced objectMap parsing, but there is currently no support for both dumping and parsing it again.
[1] http://symfony.com/blog/new-in-symfony-2-6-support-for-object-maps-in-yaml-component
The text was updated successfully, but these errors were encountered: