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

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