public interface ConfigSerialization
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(MultiselectDecisionTree decisionTree,
OutputStream outputStream)
Method is called by writing operation to write the job configuration to an output stream.
|
void serialize(MultiselectDecisionTree decisionTree, OutputStream outputStream) throws Exception
decisionTree - the parsed job configurationoutputStream - the output stream to write toException - in case an error occurs, trying to write to the output streamCopyright © 2016–2022. All rights reserved.