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-09 09:51:07 +01:00
..
Encoder Maintain array structure 2012-12-12 18:17:16 +01:00
Exception updated license blocks 2012-03-31 18:00:32 -03:00
Normalizer Nsdocblocks 2012-10-20 09:10:30 +02:00
Tests - Test undefined index # 2012-12-12 18:17:16 +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:59:43 +01:00
phpunit.xml.dist [Components] Tests/Autoloading fixes 2012-05-01 17:51:41 +02:00
README.md [Components] Tests/Autoloading fixes 2012-05-01 17:51:41 +02:00
Serializer.php Moved the NormalizationAwareInterface check to the ChainEncoder 2012-07-14 12:15:12 +02:00
SerializerAwareInterface.php fixed CS 2012-07-09 14:54:20 +02:00
SerializerInterface.php fixed CS 2012-07-09 14:54:20 +02: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