Uses of Class
org.anchoranalysis.io.generator.serialized.SerializedGenerator
Packages that use SerializedGenerator
Package
Description
Generators for writing serialized objects.
-
Uses of SerializedGenerator in org.anchoranalysis.io.generator.serialized
Subclasses of SerializedGenerator in org.anchoranalysis.io.generator.serializedModifier and TypeClassDescriptionclass
ObjectOutputStreamGenerator<T extends Serializable>
Generator that writes an element to the file-system using the JavaObjectOutputStream
format.class
A generator that serialized using the XStream library and format.