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
Fabien Potencier 294cbb7521 fixed typo
2015-05-16 14:34:16 +02:00
..
Encoder CS: Convert double quotes to single quotes 2015-03-21 12:11:30 +01:00
Exception [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Normalizer Fix phpdoc and coding standards 2014-12-29 23:41:34 +01:00
Tests CS: Convert double quotes to single quotes 2015-03-21 12:11:30 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md added missing entries in CHANGELOGs 2013-03-23 10:10:35 +01:00
composer.json link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist [2.3] require-dev PHPUnit bridge 2015-02-24 11:24:26 +01:00
README.md fixed typo 2015-05-16 14:34:16 +02:00
Serializer.php Fix phpdoc and coding standards 2014-12-29 23:41:34 +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 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