Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vincentchalnot/sidusbaseserializerbundle

Extension to BaseBundle with Symfony Serializer improvements
https://github.com/vincentchalnot/sidusbaseserializerbundle

Last synced: 4 days ago
JSON representation

Extension to BaseBundle with Symfony Serializer improvements

Awesome Lists containing this project

README

        

Sidus/BaseBundle Documentation
==================================

## Serializer

The NestedPropertyDenormalizer can be very useful for denormalizing API responses into proper model entities, it works
without any setters and can denormalize embed data and embed entity collections based on very simple annotations.

This denormalizer will only work on PHP classes with the ```@NestedPropertyDenormalizer``` annotation.

### Configuration

Configuration example

```php