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 encoders#6684
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
Conversation
| Using the Serializer component is really simple. You just need to set up | ||
| the:class:`Symfony\\Component\\Serializer\\Serializer` specifying | ||
| which Encoders andNormalizer are going to be available:: | ||
| which Encoders andNormalizers are going to be available:: |
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.
I would do the opposite and use "encoders" and "normalizers" here.
ogizanagi commentedJul 4, 2016
Should we document the context options used by each of the built-in encoders ? |
GuilhemN commentedJul 5, 2016
@xabbuh Thanks for the comments, they should be fixed now. @ogizanagi I won't have the time to do much more for now but of course it could be a great addition ! |
xabbuh commentedJul 6, 2016
👍 Status: Reviewed |
GuilhemN commentedJul 6, 2016
@xabbuh i forgot your last comment, i'll move the custom encoders section to its own cookbook tonight. |
GuilhemN commentedJul 18, 2016
I moved the Status: Needs review |
e96bb29 tob58a213Compare| *:doc:`/cookbook/serializer/index` | ||
| * :doc:`/cookbook/serializer` | ||
| * :doc:`/cookbook/serializer/introduction` |
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.
I'm not sure about this name, if someone has a better idea...
5f18a6a toc144474Compare…ick, weaverryan)This PR was merged into the 2.7 branch.Discussion----------[Finishing][Serializer] Document the encodersFinishing#6684 - just opening the PR to review and run tests.Commits-------10b2fa3 Minor language tweaksf99663a removing cookbook entries73172c6 updating links33e5b76 Moving files into the new structure2c66c83 Merge branch 'ENCODERS' ofhttps://github.com/Ener-Getick/symfony-docs into Ener-Getick-ENCODERSdbdbf68 [Serializer] Document the encoders
weaverryan commentedSep 18, 2016
Merged via#6976. Thanks @Ener-Getick! |
GuilhemN commentedSep 19, 2016
Thanks ! Sorry i didn't take the time to solve the conflicts... |
Extracted from#6428