2017 © Pedro Peláez
 

library serializer

Symfony Serializer Component v2.*

image

legacy/serializer

Symfony Serializer Component v2.*

  • Wednesday, February 28, 2018
  • by Ddall
  • Repository
  • 1 Watchers
  • 0 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 257 % Grown

The README.md

Symfony's Serializer Component v2.0

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, (*1)

USE AT YOUR OWN RISK, THIS BUNDLE'S CODE HAS BEEN UNMAINTAINED SINCE 2012., (*2)

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., (*3)

Resources

Unit tests:, (*4)

https://github.com/symfony/symfony/tree/master/tests/Symfony/Tests/Component/Serializer, (*5)

The Versions

28/02 2018

dev-master

9999999-dev http://symfony.com

Symfony Serializer Component v2.*

  Sources   Download

MIT

The Requires

  • php >=5.3.2