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

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