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-02-22 10:10:37 +01:00
..
Encoder [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
Exception added Exception's from SerializerBundle 2011-06-09 14:50:55 +02:00
Normalizer fixed CS 2011-12-18 14:42:59 +01:00
composer.json removed the version attribute in all composer.json files 2012-01-05 14:51:20 +01:00
LICENSE Updated LICENSE files copyright 2012-02-22 10:10:37 +01:00
README.md added basic README files for all components 2011-11-03 21:11:40 +01:00
Serializer.php Changed Serialized#supportsNormalization to PRIVATE 2011-11-07 19:25:58 -08:00
SerializerAwareInterface.php [Serializer] removed @api since its not yet part of the stable API 2011-07-28 08:32:22 +02:00
SerializerInterface.php removed unused use statements 2011-10-29 11:56:30 +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

Unit tests:

https://github.com/symfony/symfony/tree/master/tests/Symfony/Tests/Component/Serializer