-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -44,7 +44,7 @@ Usage | |||
|
|||
Using the Serializer component is really simple. You just need to set up | |||
the :class:`Symfony\\Component\\Serializer\\Serializer` specifying | |||
which Encoders and Normalizer are going to be available:: | |||
which Encoders and Normalizers 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.
Should we document the context options used by each of the built-in encoders ? |
@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 ! |
👍 Status: Reviewed |
@xabbuh i forgot your last comment, i'll move the custom encoders section to its own cookbook tonight. |
I moved the Status: Needs review |
e96bb29
to
b58a213
Compare
|
||
* :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
to
c144474
Compare
…ick, weaverryan) This PR was merged into the 2.7 branch. Discussion ---------- [Finishing][Serializer] Document the encoders Finishing #6684 - just opening the PR to review and run tests. Commits ------- 10b2fa3 Minor language tweaks f99663a removing cookbook entries 73172c6 updating links 33e5b76 Moving files into the new structure 2c66c83 Merge branch 'ENCODERS' of https://github.com/Ener-Getick/symfony-docs into Ener-Getick-ENCODERS dbdbf68 [Serializer] Document the encoders
Merged via #6976. Thanks @Ener-Getick! |
Thanks ! Sorry i didn't take the time to solve the conflicts... |
Extracted from #6428