How to simply enable EntitySerializationOption.SERIALIZE_NULL

Hi,
I see that cuba source code has EntitySerializationOption.SERIALIZE_NULLS configured, I am using services configured to rest API, but the json result does not contain null values.

For some reason, I need the null values, how to enable it?

Hi,

Unfortunately, there is no way to serialize nulls for REST services.
We have created an issue: Support serialization for NULL values for REST services · Issue #1742 · cuba-platform/cuba · GitHub