Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[Serializer] Document the CsvEncoder and the YamlEncoder#7654
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Nek- left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
| The ``JsonEncoder`` is much simpler and is based on the PHP | ||
| :phpfunction:`json_encode` and:phpfunction:`json_decode` functions. | ||
| This encoder requires the:doc:`Yaml Component</components/yaml>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Missing a version added note for this one.
HeahDude left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Ok I've missed it :)
…r (GuilhemN)This PR was submitted for the 3.2 branch but it was merged into the 3.3 branch instead (closes#7654).Discussion----------[Serializer] Document the CsvEncoder and the YamlEncoderDocument the CsvEncoder and the YamlEncoder introduced insymfony/symfony#19197 andsymfony/symfony#19326.Commits-------6944ea1 [Serializer] Document the CsvEncoder and the YamlEncoder
wouterj commentedOct 13, 2017
Thanks@GuilhemN for documenting these new serializers! Unfortunately, we've waited so long with merging this PR, we cannot merge it in 3.2 (as it's no longer maintained). So I've merged this in 3.3. I've also slightly changed the wording inb3f570e , because it didn't read nicely anymore now you've moved the json encoder above. |
Uh oh!
There was an error while loading.Please reload this page.
Document the CsvEncoder and the YamlEncoder introduced insymfony/symfony#19197 andsymfony/symfony#19326.