Uses of Package
org.djutils.data.serialization
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.
-
ClassDescriptionTextSerializationException is the exception thrown on errors when (de)serializing objects.
-
ClassDescriptionTextSerializationException is the exception thrown on errors when (de)serializing objects.
-
ClassDescriptionStrictTextSerializer 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.TextSerializationException is the exception thrown on errors when (de)serializing objects.TextSerializer defines the serialize and deserialize methods.
-
ClassDescriptionTextSerializationException is the exception thrown on errors when (de)serializing objects.