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

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