Uses of Package
org.djutils.data.serialization
-
Packages that use org.djutils.data.serialization Package Description org.djutils.data.csv The csv package takes care of reading and writing of data in csv / tsv format to/from files or streams.org.djutils.data.json The json package takes care of reading and writing of data in json format to/from files or streams.org.djutils.data.serialization The serialization package takes care of (de)serializing data of different types to/from Strings.org.djutils.data.xml The xml package takes care of reading and writing of data in xml format to/from files or streams. -
Classes in org.djutils.data.serialization used by org.djutils.data.csv Class Description TextSerializationException TextSerializationException is the exception thrown on errors when (de)serializing objects. -
Classes in org.djutils.data.serialization used by org.djutils.data.json Class Description TextSerializationException TextSerializationException is the exception thrown on errors when (de)serializing objects. -
Classes in org.djutils.data.serialization used by org.djutils.data.serialization Class Description SpecificTextSerializer 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.TextSerializationException TextSerializationException is the exception thrown on errors when (de)serializing objects.TextSerializer TextSerializer defines the serialize and deserialize methods. -
Classes in org.djutils.data.serialization used by org.djutils.data.xml Class Description TextSerializationException TextSerializationException is the exception thrown on errors when (de)serializing objects.