PHPackages                             sidus/base-serializer-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. sidus/base-serializer-bundle

ActiveSymfony-bundle[Parsing &amp; Serialization](/categories/parsing)

sidus/base-serializer-bundle
============================

Additional serializer features for Symfony 3 &amp; 4

v1.0.3(6y ago)09.2k1MITPHPPHP &gt;=5.6

Since May 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/VincentChalnot/SidusBaseSerializerBundle)[ Packagist](https://packagist.org/packages/sidus/base-serializer-bundle)[ Docs](https://github.com/VincentChalnot/SidusBaseSerializerBundle)[ RSS](/packages/sidus-base-serializer-bundle/feed)WikiDiscussions v1.0-dev Synced 1mo ago

READMEChangelogDependencies (2)Versions (5)Used By (1)

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

[](#sidusbasebundle-documentation)

Serializer
----------

[](#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)

Configuration example

```
