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
2013-01-04 17:58:00 +01:00
..
Encoder Fixed most of the docblocks/unused namespaces 2012-12-19 08:09:49 +01:00
Exception updated license blocks 2012-03-31 18:00:32 -03:00
Normalizer Improve docBlock 2012-11-17 18:07:16 +01:00
Tests Merge branch '2.1' 2012-12-13 19:25:06 +01:00
.gitattributes Fix export-ignore on Windows 2012-11-08 10:51:48 +01:00
.gitignore made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
CHANGELOG.md [Serializer] added CHANGELOG 2012-04-26 21:28:47 +02:00
composer.json Removed useless branch alias for dev-master in composer.json 2012-12-06 11:00:55 +01:00
LICENSE updated license year 2013-01-04 17:58:00 +01:00
phpunit.xml.dist made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
README.md made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
Serializer.php Fixed most of the docblocks/unused namespaces 2012-12-19 08:09:49 +01:00
SerializerAwareInterface.php fixed CS 2012-07-09 14:54:20 +02:00
SerializerInterface.php Improve docBlock 2012-11-17 18:07:16 +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 --dev
$ phpunit