#1289: DatabaseWriter.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/json/DatabaseWriter.kt Database JSON Serialization Engine, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/json/DatabaseWriter.kt 133 lines · 89 code · 35 comments · 9 blank
Core serialization engine for database JSON dump/restore. Configures Jackson ObjectMapper with custom serializers (UtilDateSerializer, TimestampSerializer), the MyJacksonModule for AbstractBaseDO circular reference handling, and Kotlin module support. Writes a JSON header with ProjectForge version and timestamp, then iterates all registered entities and serializes them with Hibernate initialization.

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
67805f2fc ThreadLocalUserContext refactoring
31a7c1cba Migration stuff in progress...
57935eb50 Java 11, but Wicket 9.