Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vincentchalnot/sidusbaseserializerbundle
- Owner: VincentChalnot
- License: mit
- Created: 2019-05-18T18:57:36.000Z (over 5 years ago)
- Default Branch: v1.0-dev
- Last Pushed: 2020-01-21T09:33:29.000Z (almost 5 years ago)
- Last Synced: 2024-10-07T12:20:53.103Z (about 1 month ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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