utilities.serializer
Class ModuleSerializer
java.lang.Object
utilities.serializer.ModuleSerializer
- Direct Known Subclasses:
- AudioModuleSerializer, VideoModuleSerializer
public abstract class ModuleSerializer
- extends java.lang.Object
Contains common functionality for the AudioModuleSerializer and VideoModuleSerializer classes
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
path
protected static java.lang.String path
infoFile
protected static java.lang.String infoFile
modules
protected static java.util.Vector<VDMModule> modules
moduleInfo
protected static java.util.Vector<ModuleInfo> moduleInfo
objectFile
protected static java.io.File objectFile
fileOutputStream
protected static java.io.FileOutputStream fileOutputStream
ModuleSerializer
public ModuleSerializer()
seralizeModules
protected static void seralizeModules()