#1388 : XStreamHelper.kt
projectforge-business/src/main/kotlin/org/projectforge/framework/xmlstream/XStreamHelper.kt Type : Classe Kotlin · Package : org.projectforge.framework.xmlstream · Source : projectforge-business/src/main/kotlin/org/projectforge/framework/xmlstream/XStreamHelper.kt 73 lignes · 34 code · 32 commentaires · 7 vides
Classe Kotlin implémentant XStreamHelper.
Propriétés
| Propriété | Déclaration |
xstream | XStream() |
Fonctions
| Fonction | Paramètres | Retour |
createXStream | vararg types: Class<*> | XStream |
toXml | xstream: XStream, obj: Any? | String |
fromXml | xstream: XStream, xml: String? | Any? |
fromXml | xstream: XStream, xml: String?, packageNameOld: String?, packageNameNew: String? | Any? |
Analyse architecturale
Réside dans projectforge-business, le module central contenant la logique métier, les services et la persistance. Fournit des fonctions utilitaires en tant qu'objet singleton Kotlin avec des assistants sans état partagés utilisés à l'échelle de l'application.
Historique Git
| Commit | Ce qui a changé |
|---|
868d6abb75 | 2025 -> 2026 |
ee32b3e3a5 | Dépréciations de code. |
63081666f6 | En-têtes de fichiers source : 2024 -> 2025. |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
f8be33f354 | Sécurité XStream |