Kévin Tessier c68c1dd9b0 first commit hace 6 años
..
Annotation c68c1dd9b0 first commit hace 6 años
Encoder c68c1dd9b0 first commit hace 6 años
Exception c68c1dd9b0 first commit hace 6 años
Mapping c68c1dd9b0 first commit hace 6 años
NameConverter c68c1dd9b0 first commit hace 6 años
Normalizer c68c1dd9b0 first commit hace 6 años
.gitignore c68c1dd9b0 first commit hace 6 años
CHANGELOG.md c68c1dd9b0 first commit hace 6 años
LICENSE c68c1dd9b0 first commit hace 6 años
README.md c68c1dd9b0 first commit hace 6 años
Serializer.php c68c1dd9b0 first commit hace 6 años
SerializerAwareInterface.php c68c1dd9b0 first commit hace 6 años
SerializerInterface.php c68c1dd9b0 first commit hace 6 años
composer.json c68c1dd9b0 first commit hace 6 años
phpunit.xml.dist c68c1dd9b0 first commit hace 6 años

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