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 theSerializerinterface that uses Java's internal serialization mechanism to read and write values.ByteArraySerializer Implementation of theSerializerinterface that reads and writes a byte array.CSVSerializer Implementation of theSerializerinterface 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 aReaderthat can be instantiated inline with any otherReaderto provide macro capabilities.PropertiesSerializer Implementation of theSerializerinterface that reads data from and writes data to the Java properties file format.StringSerializer Implementation of theSerializerinterface that reads data from and writes data to Java Strings. -
Exception Summary Exception Description SerializationException Thrown when an error is encountered during serialization.