Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 419 Bytes

symfony_serializer_integration.md

File metadata and controls

8 lines (5 loc) · 419 Bytes

Symfony serializer integration

The denormalization process also instantiates your model. This means that it needs some customization.

The Domain Component comes with a layer that gives you the ability to add the feature in the Symfony Serializer. If you use the bundle, this is automatically configured.

Please note that this is also compatible with ApiPlatform..