All Classes and Interfaces

Class
Description
BooleanSerializer (de)serializes Boolean objects.
ByteSerializer (de)serializes Byte objects.
CharacterSerializer (de)serializes Character objects.
Column identifier and descriptor.
CsvData takes care of reading and writing of table data in CSV format.
DoubleScalarSerializer<U extends org.djunits.unit.Unit<U>,S extends org.djunits.value.vdouble.scalar.base.DoubleScalar<U,S>>
DoubleScalarSerializer (de)serializes DJUNITS double scalars.
DoubleSerializer (de)serializes Double objects.
FloatScalarSerializer<U extends org.djunits.unit.Unit<U>,S extends org.djunits.value.vfloat.scalar.base.FloatScalar<U,S>>
FloatScalarSerializer (de)serializes DJUNITS float scalars.
FloatSerializer (de)serializes Float objects.
IntegerSerializer (de)serializes Integer objects.
JsonData takes care of reading and writing of table data in JSON format.
Table implementation that stores Records in a List.
LongSerializer (de)serializes Long objects.
Row in a table.
ShortSerializer (de)serializes Short objects.
StrictTextSerializer adds one method to the textSerializer class where it it is not necessary to specify the type for the deserialize method, since it is a specific class.
StringSerializer (de)serializes String objects.
Abstract table implementation taking care of the columns.
TextSerializationException is the exception thrown on errors when (de)serializing objects.
TextSerializer defines the serialize and deserialize methods.
TsvData takes care of reading and writing of table data in Tab-Separated-Value format.
XmlData takes care of reading and writing of table data in XML format.