public class JsonWriter extends Object implements tech.tablesaw.io.DataWriter<JsonWriteOptions>
Constructor and Description |
---|
JsonWriter() |
Modifier and Type | Method and Description |
---|---|
static void |
register(tech.tablesaw.io.WriterRegistry registry) |
void |
write(tech.tablesaw.api.Table table,
tech.tablesaw.io.Destination dest) |
void |
write(tech.tablesaw.api.Table table,
JsonWriteOptions options) |
public static void register(tech.tablesaw.io.WriterRegistry registry)
public void write(tech.tablesaw.api.Table table, JsonWriteOptions options) throws IOException
write
in interface tech.tablesaw.io.DataWriter<JsonWriteOptions>
IOException
public void write(tech.tablesaw.api.Table table, tech.tablesaw.io.Destination dest) throws IOException
write
in interface tech.tablesaw.io.DataWriter<JsonWriteOptions>
IOException
Copyright © 2019. All rights reserved.