Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf983f3

Browse filesBrowse files
committed
minor #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 #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
Copy full SHA for cf983f3

File tree

Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed
Open diff view settings
Collapse file

‎components/serializer.rst‎

Copy file name to clipboardExpand all lines: components/serializer.rst
+5-3Lines changed: 5 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.