This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/vendor/symfony/serializer
2017-04-13 15:53:35 +01:00
..
Annotation Move into nested docroot 2017-02-13 15:31:17 +00:00
Encoder Update core 8.3.0 2017-04-13 15:53:35 +01:00
Exception Move into nested docroot 2017-02-13 15:31:17 +00:00
Mapping Update core 8.3.0 2017-04-13 15:53:35 +01:00
NameConverter Update core 8.3.0 2017-04-13 15:53:35 +01:00
Normalizer Move into nested docroot 2017-02-13 15:31:17 +00:00
.gitignore Move into nested docroot 2017-02-13 15:31:17 +00:00
CHANGELOG.md Move into nested docroot 2017-02-13 15:31:17 +00:00
composer.json Update core 8.3.0 2017-04-13 15:53:35 +01:00
LICENSE Move into nested docroot 2017-02-13 15:31:17 +00:00
phpunit.xml.dist Move into nested docroot 2017-02-13 15:31:17 +00:00
README.md Move into nested docroot 2017-02-13 15:31:17 +00:00
Serializer.php Move into nested docroot 2017-02-13 15:31:17 +00:00
SerializerAwareInterface.php Move into nested docroot 2017-02-13 15:31:17 +00:00
SerializerInterface.php Move into nested docroot 2017-02-13 15:31:17 +00:00

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