data-generator/datagen-plugin
Andrea Cavalli 16b22d2e49 Bugfixes
2023-04-20 20:22:07 +02:00
..
.github/workflows Rename package 2023-04-20 10:11:12 +02:00
src Bugfixes 2023-04-20 20:22:07 +02:00
.gitignore Rename package 2023-04-20 10:11:12 +02:00
pom.xml Rename package 2023-04-20 10:11:12 +02:00
README.md Rename package 2023-04-20 10:11:12 +02:00

Data generator

Maven plugin to generate upgradable data classes and serializers from a .yaml definition file.

It can be also executed standalone.

The data is serializable and upgradable from any version to the latest.

The transformations between each version are defined in the .yaml file itself.

Supports custom (external) data types, custom data arrays, custom data optionals, interfaces with common getters / setters.

The serialized data is very lightweight: it serializes only the data, without any metadata or type specification, because it's all deducted on compile-time from the definitions file.