Skip to content

Add a JSON Ignore annotation to data field

Chris Lemaire requested to merge add-json-ignore-to-data into development

This field is used within applications to refer to the data held by a View DTO. However, it should never be serialized, because the View DTO determines what to serialize.

Merge request reports