kekrozsak/vendor/symfony/symfony/src/Symfony/Component/Serializer
Polonkai Gergely 9d0d2ce524 Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
..
Encoder Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
Exception Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Normalizer Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
Tests Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
CHANGELOG.md Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
LICENSE Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
README.md Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Serializer.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
SerializerAwareInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
SerializerInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
composer.json Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
phpunit.xml.dist Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00

README.md

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