Drupal investigation

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

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