Open GinoPane opened 4 years ago
Hi guys! There's an option serialize_null which is applied globally.
serialize_null
fos_rest: serializer: serialize_null: true
But what if I want to set it to true for a specific controller only?
true
Right now I have to do this:
Is there maybe a config-based way?
Thanks.
Hi guys! There's an option
serialize_null
which is applied globally.But what if I want to set it to
true
for a specific controller only?Right now I have to do this:
Is there maybe a config-based way?
Thanks.