We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c97aa5 + b23ab4f commit 6fd8045Copy full SHA for 6fd8045
components/serializer.rst
@@ -39,9 +39,11 @@ Usage
39
40
.. seealso::
41
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.
+ This article explains the philosophy of the Serializer and gets you familiar
+ with the concepts of normalizers and encoders. The code examples assume
+ 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.
47
48
To use the Serializer component, set up the
49
:class:`Symfony\\Component\\Serializer\\Serializer` specifying which encoders
0 commit comments