Skip to content

Commit b23ab4f

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: Update serializer.rst
2 parents af16b40 + 8c3df83 commit b23ab4f

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
@@ -39,9 +39,11 @@ Usage
3939

4040
.. seealso::
4141

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

4648
To use the Serializer component, set up the
4749
:class:`Symfony\\Component\\Serializer\\Serializer` specifying which encoders

0 commit comments

Comments
 (0)