java.lang.Object
com.aquima.interactions.communication.data.serialization.xml.ObjectReader

public class ObjectReader extends Object
Reads an XML string to a DataObject
Since:
9.3
Author:
A.Pragt
  • Constructor Details

  • Method Details

    • read

      public DataValue read(Reader source) throws Exception
      Reads a string to a DataObject
      Parameters:
      source - The source data to parse, not null.
      Returns:
      The DataObject representing the data.
      Throws:
      Exception - In case of a parse exception