legacy / serializer
Symfony Serializer Component v2.*
dev-master
2018-02-28 13:03 UTC
Requires
- php: >=5.3.2
This package is not auto-updated.
Last update: 2025-04-06 11:12:47 UTC
README
This bundle is a copy of the v2.0 branch from https://github.com/symfony/serializer where all namespaces have been altered from
Symfony\Component\Serializer
to Legacy\Symfony\Component\Serializer
USE AT YOUR OWN RISK, THIS BUNDLE'S CODE HAS BEEN UNMAINTAINED SINCE 2012.
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
Unit tests:
https://github.com/symfony/symfony/tree/master/tests/Symfony/Tests/Component/Serializer