File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Original file line number Diff line number Diff line change 39
39
40
40
.. seealso ::
41
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.
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.
45
47
46
48
To use the Serializer component, set up the
47
49
:class: `Symfony\\ Component\\ Serializer\\ Serializer ` specifying which encoders
You can’t perform that action at this time.
0 commit comments