InseeFr / Pogues-Model

Classes and converters for the Pogues data model
MIT License
2 stars 8 forks source link

enhancement: problem serializing/deserializing with jackson #77

Open davdarras opened 1 year ago

davdarras commented 1 year ago

As beans in pogues-model are generated with jaxb, annotations are xml based. This causes problems when using jackson for deserializing/serializing for enums for example. Could be great to have non empty constructors too .

laurentC35 commented 1 year ago

Utiliser la même implémentation que Lunatic-Model (ObjectMapper)