This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Serializer
2015-02-03 08:04:31 +01:00
..
Encoder Merge branch '2.5' into 2.6 2015-02-01 17:10:57 +01:00
Exception Merge branch '2.5' into 2.6 2014-12-22 17:44:09 +01:00
Normalizer Merge branch '2.5' into 2.6 2014-12-30 10:04:52 +01:00
Tests Merge branch '2.5' into 2.6 2014-12-08 09:43:24 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Serializer] update changelog 2015-02-03 08:04:31 +01:00
composer.json updated version to 2.6 2014-05-23 16:36:49 +02:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist [Tests] Silenced all deprecations in tests for 2.3 2014-12-18 20:00:19 +01:00
README.md updated the composer install command to reflect changes in Composer 2013-09-18 09:27:26 +02:00
Serializer.php Merge branch '2.5' into 2.6 2014-12-30 10:04:52 +01:00
SerializerAwareInterface.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
SerializerInterface.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00

Serializer Component

With the Serializer component its 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.phar install
$ phpunit