Uses of Class
org.djutils.data.serialization.TextSerializationException
Package
Description
The csv package takes care of reading and writing of data in csv / tsv format to/from files or streams.
The json package takes care of reading and writing of data in json format to/from files or streams.
The serialization package takes care of (de)serializing data of different types to/from Strings.
The xml package takes care of reading and writing of data in xml format to/from files or streams.
-
Uses of TextSerializationException in org.djutils.data.csv
Modifier and TypeMethodDescriptionstatic Table
Read the data from the CSV-file into the data table.static Table
Read the data from the CSV-file into the data table.static Table
Read the data from the CSV-file into the data table.static Table
Read the data from the TSV-file into the data table.static Table
Read the data from the TSV-file into the data table.static Table
CsvData.readZippedData
(String fileName, String csvName, String metaName) Read the data from a CSV-file inside a zip file.static Table
CsvData.readZippedData
(String fileName, String csvName, String metaName, char separator, char quotechar) Read the data from a CSV-file inside a zip file.static Table
TsvData.readZippedData
(String fileName, String tsvName, String metaName) Read the data from a TSV-file inside a zip file.static void
Write the data from the data table in CSV format.static void
CsvData.writeData
(Writer writer, Writer metaWriter, Table table, char separator, char quotechar, de.siegmar.fastcsv.writer.LineDelimiter lineDelimiter) Write the data from the data table in CSV format.static void
Write the data from the data table in CSV format.static void
Write the data from the data table in TSV format.static void
Write the data from the data table in TSV format.static void
CsvData.writeZippedData
(org.djutils.io.CompressedFileWriter writer, String csvName, String metaName, Table table) Write the data from the data table in CSV format.static void
CsvData.writeZippedData
(org.djutils.io.CompressedFileWriter writer, String csvName, String metaName, Table table, char separator, char quotechar, de.siegmar.fastcsv.writer.LineDelimiter lineDelimiter) Write the data from the data table in CSV format.static void
TsvData.writeZippedData
(org.djutils.io.CompressedFileWriter writer, String tsvName, String metaName, Table table) Write the data from the data table in TSV format. -
Uses of TextSerializationException in org.djutils.data.json
-
Uses of TextSerializationException in org.djutils.data.serialization
Modifier and TypeMethodDescriptionstatic TextSerializer<?>
Resolve the correct (de)serializer for the given class, and return an instance of the (de)serializer. -
Uses of TextSerializationException in org.djutils.data.xml