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.
1 parent 1ea221b commit c7fcbf6Copy full SHA for c7fcbf6
README.md
@@ -0,0 +1,13 @@
1
+Serializer Component
2
+====================
3
+
4
+With the Serializer component its possible to handle serializing data structures,
5
+including object graphs, into array structures or other formats like XML and JSON.
6
+It can also handle deserializing XML and JSON back to object graphs.
7
8
+Resources
9
+---------
10
11
+Unit tests:
12
13
+https://github.com/symfony/symfony/tree/master/tests/Symfony/Tests/Component/Serializer
0 commit comments