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