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
Christian Flothmann 45b9ed95fe fix parent class of AbstractNormalizer
We must maintain the parent class to not break BC.
2016-04-19 13:00:54 +02:00
..
Annotation [Serializer] Add a MaxDepth option 2016-01-26 13:18:08 +01:00
Encoder [Serializer] XmlEncoder: Make load flags configurable 2016-03-31 12:08:49 +02:00
Exception Merge branch '2.8' 2015-08-24 09:21:16 +02:00
Mapping Merge branch '3.0' 2016-02-04 13:57:09 +01:00
NameConverter [Serializer] Minor: fix CS and PHPDoc 2016-01-26 13:15:44 +01:00
Normalizer fix parent class of AbstractNormalizer 2016-04-19 13:00:54 +02:00
Tests Merge branch '3.0' 2016-03-10 12:16:56 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Serializer] sync changelog file 2016-03-13 22:40:48 +01:00
composer.json [Serializer] Add PSR-6 adapter 2016-01-27 05:42:01 +01: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 Updated all the README files 2016-03-04 08:12:06 +01:00
Serializer.php Add normalizer / denormalizer awarness 2016-02-19 11:48:56 +01:00
SerializerAwareInterface.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
SerializerAwareTrait.php Add normalizer / denormalizer awarness 2016-02-19 11:48:56 +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