Skip to content

[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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

GuilhemN
Copy link
Contributor

@GuilhemN GuilhemN commented Mar 19, 2017

Document the CsvEncoder and the YamlEncoder introduced in symfony/symfony#19197 and symfony/symfony#19326.

Copy link
Contributor

@Nek- Nek- left a 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>`.
Copy link
Contributor

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.

Copy link
Contributor

@HeahDude HeahDude left a 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 :)

wouterj added a commit that referenced this pull request Oct 13, 2017
…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 YamlEncoder

Document the CsvEncoder and the YamlEncoder introduced in symfony/symfony#19197 and symfony/symfony#19326.

Commits
-------

6944ea1 [Serializer] Document the CsvEncoder and the YamlEncoder
wouterj added a commit that referenced this pull request Oct 13, 2017
@wouterj
Copy link
Member

wouterj commented Oct 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 in b3f570e , because it didn't read nicely anymore now you've moved the json encoder above.

@wouterj wouterj closed this Oct 13, 2017
@GuilhemN GuilhemN deleted the ENCODER branch October 13, 2017 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants