Package org.anchoranalysis.io.generator.serialized
package org.anchoranalysis.io.generator.serialized
Generators for writing serialized objects.
-
ClassesClassDescriptionA generator that writes the contents of a
Dictionary
to the file-system as XML.ObjectOutputStreamGenerator<T extends Serializable>Generator that writes an element to the file-system using the JavaObjectOutputStream
format.A generator that writes binary serialized files to the file-system.A generator that serialized using the XStream library and format.