Package org.apache.pivot.serialization

Contains a set of classes for use in data serialization.

See:
          Description

Interface Summary
CSVSerializerListener CSV serializer listener interface.
Serializer<T> Defines an interface for writing objects to and reading objects from a data stream.
 

Class Summary
BinarySerializer Implementation of the Serializer interface that uses Java's internal serialization mechanism to read and write values.
ByteArraySerializer Implementation of the Serializer interface that reads and writes a byte array.
CSVSerializer Implementation of the Serializer interface that reads data from and writes data to a comma-separated value (CSV) file.
CSVSerializerListener.Adapter CSV serializer listener adapter.
PropertiesSerializer Implementation of the Serializer interface that reads data from and writes data to the Java properties file format.
StringSerializer Implementation of the Serializer interface that reads data from and writes data to Java Strings.
 

Exception Summary
SerializationException Thrown when an error is encountered during serialization.
 

Package org.apache.pivot.serialization Description

Contains a set of classes for use in data serialization.