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 TypeClassDescriptionclassObjectOutputStreamGenerator<T extends Serializable>Generator that writes an element to the file-system using the JavaObjectOutputStreamformat.classA generator that serialized using the XStream library and format.