#1388: XStreamHelper.kt
projectforge-business/src/main/kotlin/org/projectforge/framework/xmlstream/XStreamHelper.kt Type: Kotlin Class · Package: org.projectforge.framework.xmlstream · Source: projectforge-business/src/main/kotlin/org/projectforge/framework/xmlstream/XStreamHelper.kt 73 lines · 34 code · 32 comments · 7 blank
Kotlin Class implementing XStreamHelper.
Properties
| Property | Declaration |
xstream | XStream() |
Functions
| Function | Parameters | Return |
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? |
Architecture Analysis
Resides in projectforge-business, the core module containing domain logic, services, and persistence. Provides Utility Functions as a Kotlin object singleton with shared stateless helpers used application-wide.
Git History
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
ee32b3e3a5 | Code deprecations. |
63081666f6 | Source file headers: 2024-> 2025. |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
f8be33f354 | XStream security |