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