Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
..
Annotation 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Encoder 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Exception 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Mapping 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
NameConverter 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Normalizer 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Tests 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
.gitignore 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
CHANGELOG.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
LICENSE 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
README.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Serializer.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
SerializerAwareInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
SerializerAwareTrait.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
SerializerInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
composer.json 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
phpunit.xml.dist 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago

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