8000 minor #11435 Update serializer.rst (yyaremenko) · Simperfit/symfony-docs@cf983f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit cf983f3

Browse files
committed
minor symfony#11435 Update serializer.rst (yyaremenko)
This PR was submitted for the 4.2 branch but it was merged into the 3.4 branch instead (closes symfony#11435). Discussion ---------- Update serializer.rst you created an endless loop because of not saying in this article that it must be read first: - this article sends to the 'How to Use the Serializer' article, saying smth like 'if you use the Serializer as a Symfony component, go read there', without saying that this article must be read first, - and the 'How to Use the Serializer' sends back to this article saying it must be read first <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 42077d4 Update serializer.rst
2 parents 558f725 + 42077d4 commit cf983f3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

components/serializer.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ Usage
3838

3939
.. seealso::
4040

41-
This article explains how to use the Serializer features as an independent
42-
component in any PHP application. Read the :doc:`/serializer` article to
43-
learn about how to use it in Symfony applications.
41+
This article explains the philosophy of the Serializer and gets you familiar
42+
with the concepts of normalizers and encoders. The examples provided assume
43+
that you use the Serializer as an independent component. If you intend to use
44+
the Serializer in the Symfony application, please read :doc:`/serializer`
45+
after you finish this article.
4446

4547
Using the Serializer component is really simple. You just need to set up
4648
the :class:`Symfony\\Component\\Serializer\\Serializer` specifying

0 commit comments

Comments
 (0)
0