File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
Serializer Component
2
2
====================
3
3
4
- With the Serializer component it's 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.
4
+ With the Serializer component it's possible to handle serializing data
5
+ structures, including object graphs, into array structures or other formats like
6
+ XML and JSON. It can also handle deserializing XML and JSON back to object
7
+ graphs.
7
8
8
9
Resources
9
10
---------
10
11
11
- You can run the unit tests with the following command:
12
-
13
- $ cd path/to/Symfony/Component/Serializer/
14
- $ composer install
15
- $ phpunit
12
+ * [ Documentation ] ( https://symfony.com/doc/current/components/serializer.html )
13
+ * [ Contributing ] ( https://symfony.com/doc/current/contributing/index.html )
14
+ * [ Report issues ] ( https://github.com/symfony/symfony/issues ) and
15
+ [ send Pull Requests ] ( https://github.com/symfony/symfony/pulls )
16
+ in the [ main Symfony repository ] ( https://github.com/symfony/symfony )
You can’t perform that action at this time.
0 commit comments