#1290: MyJacksonModule.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/json/MyJacksonModule.kt Jackson Module (DB Dump), projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/json/MyJacksonModule.kt 57 lines · 26 code · 27 comments · 4 blank
Custom Jackson SimpleModule that intercepts serialization of AbstractBaseDO subclasses. Uses a BeanSerializerModifier to wrap the default serializer with AbstractBaseDOSerializer, which references an ObjectIdRegistry for detecting circular references. On second encounter of the same entity, writes only the ID.

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
5f7ef41b8 Copyright 2021 -> 2022