Chris@0: Serializer Component Chris@0: ==================== Chris@0: Chris@0: With the Serializer component it's possible to handle serializing data Chris@0: structures, including object graphs, into array structures or other formats like Chris@0: XML and JSON. It can also handle deserializing XML and JSON back to object Chris@0: graphs. Chris@0: Chris@0: Resources Chris@0: --------- Chris@0: Chris@0: * [Documentation](https://symfony.com/doc/current/components/serializer.html) Chris@0: * [Contributing](https://symfony.com/doc/current/contributing/index.html) Chris@0: * [Report issues](https://github.com/symfony/symfony/issues) and Chris@0: [send Pull Requests](https://github.com/symfony/symfony/pulls) Chris@0: in the [main Symfony repository](https://github.com/symfony/symfony)