EN · DE · RU · FR · ES

#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

PropertyDeclaration
xstreamXStream()

Functions

FunctionParametersReturn
createXStreamvararg types: Class<*>XStream
toXmlxstream: XStream, obj: Any?String
fromXmlxstream: XStream, xml: String?Any?
fromXmlxstream: 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

CommitWhat changed
868d6abb752025 -> 2026
ee32b3e3a5Code deprecations.
63081666f6Source file headers: 2024-> 2025.
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
f8be33f354XStream security