Yaffs site version 1.1
[yaffs-website] / vendor / symfony / serializer / README.md
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)