Serialization

Here you’ll find more informations about serialization.

Definition

Since mostly of the frameworks integrate to Jackson and offer proprieties to customize serialization, we decided to not add our proprieties. Instead of that, we kept the compatibility with your chosen framework.

Customization

Inside the folder src/main/resources, look for a file called application.properties. If you don’t have it, you can easily create. In case the key isn’t listed on this file, it means that the standard configuration will be automatically applied.

On the links below you can see the available configurations to make the serialization according to the framework:


Last modified February 11, 2021: create content (#298) (43225e15)