Kévin Tessier c68c1dd9b0 first commit 6 anos atrás
..
Annotation c68c1dd9b0 first commit 6 anos atrás
Encoder c68c1dd9b0 first commit 6 anos atrás
Exception c68c1dd9b0 first commit 6 anos atrás
Mapping c68c1dd9b0 first commit 6 anos atrás
NameConverter c68c1dd9b0 first commit 6 anos atrás
Normalizer c68c1dd9b0 first commit 6 anos atrás
.gitignore c68c1dd9b0 first commit 6 anos atrás
CHANGELOG.md c68c1dd9b0 first commit 6 anos atrás
LICENSE c68c1dd9b0 first commit 6 anos atrás
README.md c68c1dd9b0 first commit 6 anos atrás
Serializer.php c68c1dd9b0 first commit 6 anos atrás
SerializerAwareInterface.php c68c1dd9b0 first commit 6 anos atrás
SerializerInterface.php c68c1dd9b0 first commit 6 anos atrás
composer.json c68c1dd9b0 first commit 6 anos atrás
phpunit.xml.dist c68c1dd9b0 first commit 6 anos atrás

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