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

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