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 Summary
Modifier and TypeMethodDescriptionvoidserialize(MultiselectDecisionTree decisionTree, OutputStream outputStream) Method is called by writing operation to write the job configuration to an output stream.
-
Method Details
-
serialize
Method is called by writing operation to write the job configuration to an output stream.- Parameters:
decisionTree- the parsed job configurationoutputStream- the output stream to write to- Throws:
Exception- in case an error occurs, trying to write to the output stream
-