drupal/core/vendor/symfony/serializer
webchick c1be7e7b3f Issue #2565337 by hussainweb, joshtaylor: Upgrade to Symfony 2.7.4 2015-09-09 01:00:18 -07:00
..
Annotation Issue #2533360 by hussainweb: Upgrade to Symfony 2.7.2 2015-07-15 12:03:49 +01:00
Encoder Issue #2565337 by hussainweb, joshtaylor: Upgrade to Symfony 2.7.4 2015-09-09 01:00:18 -07:00
Exception Issue #2565337 by hussainweb, joshtaylor: Upgrade to Symfony 2.7.4 2015-09-09 01:00:18 -07:00
Mapping Issue #2565337 by hussainweb, joshtaylor: Upgrade to Symfony 2.7.4 2015-09-09 01:00:18 -07:00
NameConverter Issue #2565337 by hussainweb, joshtaylor: Upgrade to Symfony 2.7.4 2015-09-09 01:00:18 -07:00
Normalizer Issue #2565337 by hussainweb, joshtaylor: Upgrade to Symfony 2.7.4 2015-09-09 01:00:18 -07:00
Tests Issue #2565337 by hussainweb, joshtaylor: Upgrade to Symfony 2.7.4 2015-09-09 01:00:18 -07:00
.gitignore Issue #2504967 by hussainweb, joshtaylor, jibran, Berdir: Upgrade to Symfony 2.7.1 2015-07-13 13:49:14 +01:00
CHANGELOG.md Issue #2470693 by dawehner, Berdir, jibran, hussainweb, pwolanin, znerol: Upgrade to Symfony 2.7.0 2015-06-01 11:47:08 +01:00
LICENSE Issue #2470693 by dawehner, Berdir, jibran, hussainweb, pwolanin, znerol: Upgrade to Symfony 2.7.0 2015-06-01 11:47:08 +01:00
README.md Issue #2470693 by dawehner, Berdir, jibran, hussainweb, pwolanin, znerol: Upgrade to Symfony 2.7.0 2015-06-01 11:47:08 +01:00
Serializer.php Issue #2470693 by dawehner, Berdir, jibran, hussainweb, pwolanin, znerol: Upgrade to Symfony 2.7.0 2015-06-01 11:47:08 +01:00
SerializerAwareInterface.php Issue #2470693 by dawehner, Berdir, jibran, hussainweb, pwolanin, znerol: Upgrade to Symfony 2.7.0 2015-06-01 11:47:08 +01:00
SerializerInterface.php Issue #2470693 by dawehner, Berdir, jibran, hussainweb, pwolanin, znerol: Upgrade to Symfony 2.7.0 2015-06-01 11:47:08 +01:00
composer.json Issue #2565337 by hussainweb, joshtaylor: Upgrade to Symfony 2.7.4 2015-09-09 01:00:18 -07:00
phpunit.xml.dist Issue #2470693 by dawehner, Berdir, jibran, hussainweb, pwolanin, znerol: Upgrade to Symfony 2.7.0 2015-06-01 11:47:08 +01:00

README.md

Serializer Component

With the Serializer component it's possible to handle serializing data structures, including object graphs, into array structures or other formats like XML and JSON. It can also handle deserializing XML and JSON back to object graphs.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Serializer/
$ composer install
$ phpunit