JMSSerializerBundle
JMSSerializerBundle copied to clipboard
Add an option to set skipWhenEmpty = true by default
We want to make it a general rule to not return empty properties.
So instead of adding the skipWhenEmpty annotation on every property we would prefer a config option.
Is there a way?
Currently there is no way to do so... if you are interested to work on that feature, will be happy to accept a pull request