Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 1.11 KB

serialization.md

File metadata and controls

24 lines (16 loc) · 1.11 KB
title weight description
Serialization
196
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:

{{% alert color="info" %}} In the case of Spring, you must use only keys spring.jackson {{% /alert %}}