Class XStreamConverter

java.lang.Object
io.jmix.reports.converter.XStreamConverter

@Deprecated(since="2.7.0", forRemoval=true) public class XStreamConverter extends Object
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

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected com.thoughtworks.xstream.XStream
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public String convertToString(Report report)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • convertToReport

      public Report convertToReport(String xml)
      Deprecated, for removal: This API element is subject to removal in a future version.