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

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