Skip to content

Commit c7fcbf6

Browse files
committed
added basic README files for all components
heavily inspired by http://fabien.potencier.org/article/49/what-is-symfony2 and the official Symfony2 documentation
1 parent 1ea221b commit c7fcbf6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)