Package io.jmix.reports.converter
Class XStreamConverter
java.lang.Object
io.jmix.reports.converter.XStreamConverter
Deprecated, for removal: This API element is subject to removal in a future version.
XML serialization is the legacy way of storing reports. Use JSON serialization instead.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionconvertToReport(String xml) Deprecated, for removal: This API element is subject to removal in a future version.convertToString(Report report) Deprecated, for removal: This API element is subject to removal in a future version.protected com.thoughtworks.xstream.XStreamDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
XStreamConverter
public XStreamConverter()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
createXStream
protected com.thoughtworks.xstream.XStream createXStream()Deprecated, for removal: This API element is subject to removal in a future version. -
convertToString
Deprecated, for removal: This API element is subject to removal in a future version. -
convertToReport
Deprecated, for removal: This API element is subject to removal in a future version.
-