public class CsvWriter extends Object implements ConfigSerialization
| Constructor and Description |
|---|
CsvWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(MultiselectDecisionTree decisionTree,
OutputStream outputStream)
Serialize a variable content tree as CSV text.
|
public void serialize(MultiselectDecisionTree decisionTree, OutputStream outputStream) throws Exception
serialize in interface ConfigSerializationdecisionTree - the content tree to write as CSVoutputStream - the output stream to write toException - in case writing to the output stream failsCopyright © 2016–2022. All rights reserved.