Gogs 1ec4058aa2 Initial configuration | 7 years ago | |
---|---|---|
.. | ||
Annotation | 7 years ago | |
Encoder | 7 years ago | |
Exception | 7 years ago | |
Mapping | 7 years ago | |
NameConverter | 7 years ago | |
Normalizer | 7 years ago | |
.gitignore | 7 years ago | |
CHANGELOG.md | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
Serializer.php | 7 years ago | |
SerializerAwareInterface.php | 7 years ago | |
SerializerInterface.php | 7 years ago | |
composer.json | 7 years ago | |
phpunit.xml.dist | 7 years ago |
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.