Config json mapping (disable _entitiyName,...)

Hi,
is there a way to config the mapping of entities to json? I don’t want the fields “_entityName”, “_instanceName”, “id” in my json response.
Thank you!

Hi,
Unfortunately, it will not be possible to configure the mapping to JSON for the entity in a declarative way. The JSON mapping is hardcoded in com.haulmont.cuba.core.app.serialization.EntitySerialization.
You can override EntitySerialization as Spring bean and exclude properties from JSON.