Kévin Tessier c68c1dd9b0 first commit il y a 7 ans
..
Annotation c68c1dd9b0 first commit il y a 7 ans
Encoder c68c1dd9b0 first commit il y a 7 ans
Exception c68c1dd9b0 first commit il y a 7 ans
Mapping c68c1dd9b0 first commit il y a 7 ans
NameConverter c68c1dd9b0 first commit il y a 7 ans
Normalizer c68c1dd9b0 first commit il y a 7 ans
.gitignore c68c1dd9b0 first commit il y a 7 ans
CHANGELOG.md c68c1dd9b0 first commit il y a 7 ans
LICENSE c68c1dd9b0 first commit il y a 7 ans
README.md c68c1dd9b0 first commit il y a 7 ans
Serializer.php c68c1dd9b0 first commit il y a 7 ans
SerializerAwareInterface.php c68c1dd9b0 first commit il y a 7 ans
SerializerInterface.php c68c1dd9b0 first commit il y a 7 ans
composer.json c68c1dd9b0 first commit il y a 7 ans
phpunit.xml.dist c68c1dd9b0 first commit il y a 7 ans

README.md

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