Interface ConfigSerialization

  • All Known Implementing Classes:
    CsvWriter

    public interface ConfigSerialization
    Config serialization can be used to write a configuration back to an output stream, i.e. the job configuration input text field.
    • Method Detail

      • serialize

        void serialize​(MultiselectDecisionTree decisionTree,
                       OutputStream outputStream)
                throws Exception
        Method is called by writing operation to write the job configuration to an output stream.
        Parameters:
        decisionTree - the parsed job configuration
        outputStream - the output stream to write to
        Throws:
        Exception - in case an error occurs, trying to write to the output stream