Serialization

Here you’ll find more informations about serialization.

Definition

A lot of frameworks integrate with Jackson and offer proprieties to customize serialization. However, Beagle’s team decided to not add its own proprieties but to offer compatibility with the framework you choose.

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: