Better Serializer Versions Save

General serializer for PHP. An alternative to JmsSerializer.

0.1.1

6 years ago

0.1.0

6 years ago

0.0.6

6 years ago
  • Custom extensions for simple types and collection types
  • Doctrine collections support
  • Symfony compatibility

0.0.5

6 years ago
  • @Groups support

0.0.4

6 years ago
  • recursive hierarchies support
  • datetime support
  • metadata and processor cache

0.0.3

6 years ago
  • MetaDataReader now supports class inheritance
  • Better understandable Serializer interface with de/serialize() methods instead of Jackson's naming

0.0.2

7 years ago

testing packagist update

0.0.1

7 years ago
  • JSON de/serialization
  • type being read from @var docblocks
  • full classified class names not required in @Type and @var declarations
  • simple performance tests