Name Last Update
..
Annotation Loading commit data...
Encoder Loading commit data...
Exception Loading commit data...
Mapping Loading commit data...
NameConverter Loading commit data...
Normalizer Loading commit data...
Tests Loading commit data...
.gitignore Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
Serializer.php Loading commit data...
SerializerAwareInterface.php Loading commit data...
SerializerInterface.php Loading commit data...
composer.json Loading commit data...
phpunit.xml.dist Loading commit data...

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