kevinhillinger/serializer

Customized Symfony Serializer Component

Maintainers

Package info

github.com/kevinhillinger/Serializer

pkg:composer/kevinhillinger/serializer

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 0


README

With the Serializer component its 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

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Serializer/
$ composer.phar install
$ phpunit