Skip to content
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.
PHP
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Annotation Merge branch '3.4' into 4.3 Aug 14, 2019
DependencyInjection Merge branch '3.4' into 4.0 Jul 26, 2018
Encoder [Serializer] Add more parameter types. Aug 16, 2019
Exception Mark ExceptionInterfaces throwable Aug 29, 2018
Extractor [Serializer] Add more parameter types. Aug 16, 2019
Mapping Merge branch '4.4' Aug 20, 2019
NameConverter [Serializer] Add more parameter types. Aug 16, 2019
Normalizer Add more "object" return types Aug 26, 2019
Tests Add more "object" return types Aug 26, 2019
.gitignore Added missing files .gitignore Jul 21, 2013
CHANGELOG.md Merge branch '4.4' Aug 14, 2019
LICENSE update year in license files Jan 1, 2019
README.md Updated all the README files Mar 4, 2016
Serializer.php Merge branch '4.4' Aug 20, 2019
SerializerAwareInterface.php [DI] minor docblock fixes Oct 24, 2017
SerializerAwareTrait.php removed unneeded phpdocs Aug 6, 2019
SerializerInterface.php Merge branch '4.4' Aug 26, 2019
composer.json [Serializer] Remove last deprecated/obsolete paths Jun 7, 2019
phpunit.xml.dist

README.md

You can’t perform that action at this time.