tech.tablesaw.io.DataWriter<JsonWriteOptions>
public class JsonWriter extends Object implements tech.tablesaw.io.DataWriter<JsonWriteOptions>
Constructor | Description |
---|---|
JsonWriter() |
Modifier and Type | Method | 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)
write
in interface tech.tablesaw.io.DataWriter<JsonWriteOptions>
public void write(tech.tablesaw.api.Table table, tech.tablesaw.io.Destination dest)
write
in interface tech.tablesaw.io.DataWriter<JsonWriteOptions>
Copyright © 2022. All rights reserved.