#2263: Serializers.kt

projectforge-rest/src/main/kotlin/org/projectforge/rest/json/Serializers.kt JSON Utility, projectforge-rest/src/main/kotlin/org/projectforge/rest/json/Serializers.kt (194 lines) 194 lines · 129 code · 49 comments · 16 blank
Source file: Serializers.kt - json utility in ProjectForge REST module.

Architecture Analysis

Resides in projectforge-rest, the JAX-RS REST API layer consumed by the React frontend.

Git History

CommitWhat changed
868d6abb752025 -> 2026
63081666f6Source file headers: 2024-> 2025.
ddf02927d1Migration stuff in progress...
4942c854d9Migration stuff in progress...
d394f410fcMigration stuff in progress... (all tests of all packages: OK).
ae2c04ee02Migration stuff in progress... (all tests of all packages: OK).
b810d1c781Migration stuff in progress... (all tests of all packages: OK).
3785f83479Migration stuff in progress...
cba9403014Migration stuff in progress...
1b50060c3aBaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select
2a8ea2076cMigration stuff in progress... BaseDao refactored (not yet finished) internal* methods renamed.
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
5f7ef41b8cCopyright 2021 -> 2022
c0f2b9de04Tenants functionality removed everywhere (untested).
ceb63e8a1bSource code header: (C) 2001-2021.
a2b666d02fReact: dto, renaming ...
d786c23e68Kunde -> Customer, AbstractIdObjectDeserializer implemented, registering of (de)serializers of plugins id now supported.
3cd5fb7703DisplayObjects....
9da37a9c7cDTO's are now DisplayObjects (implementing DisplayNameCapable).
7c79f1922cCopyright of source header -> 2020.
d10bd809fbSerializers.kt: deserialization of Kost2DO fixed for user without selectAccess for kunde and projekt.
05244ff19eCopyRight of all Kotlin file-header updated or created.
bd3a3e8240Module projectforge-jax-rs renamed to projectforge-rest.