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
2016-01-16 14:42:15 +01: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 Use is_subclass_of instead of Reflection when possible 2016-01-16 14:42:15 +01:00
Tests Remove normalizer cache in Serializer class 2016-01-03 18:07:57 +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 added the new Composer exclude-from-classmap option 2015-10-30 12:48:51 -07:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
README.md fixed typo 2015-05-16 14:34:16 +02:00
Serializer.php Remove normalizer cache in Serializer class 2016-01-03 18:07:57 +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