mattvick / Serializer

[READ-ONLY] Subtree split of the Symfony Serializer Component -- clone into Symfony/Component/ (master at symfony/symfony)

Home Page:http://symfony.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serializer Component

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 --dev
$ phpunit

About

[READ-ONLY] Subtree split of the Symfony Serializer Component -- clone into Symfony/Component/ (master at symfony/symfony)

http://symfony.com/

License:MIT License


Languages

Language:PHP 100.0%