comparison vendor/symfony/serializer/README.md @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4c8ae668cc8c
1 Serializer Component
2 ====================
3
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.
8
9 Resources
10 ---------
11
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)