Package org.apache.pivot.serialization
Contains a set of classes for use in data serialization.
-
Interface Summary Interface Description CSVSerializerListener CSV serializer listener interface.Serializer<T> Defines an interface for writing objects to and reading objects from a data stream. -
Class Summary Class Description BinarySerializer Implementation of theSerializer
interface that uses Java's internal serialization mechanism to read and write values.ByteArraySerializer Implementation of theSerializer
interface that reads and writes a byte array.CSVSerializer Implementation of theSerializer
interface that reads data from and writes data to a comma-separated value (CSV) file.CSVSerializerListener.Adapter Deprecated. Since 2.1 and Java 8 the interface itself has default implementations.CSVSerializerListener.Listeners CSV Serializer listeners.MacroReader This is aReader
that can be instantiated inline with any otherReader
to provide macro capabilities.PropertiesSerializer Implementation of theSerializer
interface that reads data from and writes data to the Java properties file format.StringSerializer Implementation of theSerializer
interface that reads data from and writes data to Java Strings. -
Exception Summary Exception Description SerializationException Thrown when an error is encountered during serialization.