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
2012-04-02 00:52:14 -03:00
..
Encoder fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
Exception updated license blocks 2012-03-31 18:00:32 -03:00
Normalizer fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
Tests fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
composer.json Removed version field 2012-02-27 09:59:20 +01:00
LICENSE Updated LICENSE files copyright 2012-02-22 10:10:37 +01:00
phpunit.xml.dist [PhpUnit] Fix the path to the boostrap files in the components 2012-03-30 13:49:28 +02:00
README.md moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
Serializer.php fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
SerializerAwareInterface.php fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
SerializerInterface.php fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03: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:

phpunit -c src/Symfony/Component/Serializer/