Mercurial > hg > cmmr2012-drupal-site
comparison vendor/symfony/serializer/README.md @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c75dbcec494b |
---|---|
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) |