All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.ibm.beans.tools.Serialize
This class is a generalized version of JavaSoft's OrangeButtonWriter from the April '97 BDK 1.0.
public Serialize()
public static void main(String argv[])
Usage: java com.ibm.beans.tools.Serialize className [fileName]
where className is the name of a Java class containing a null constructor,
(such as java.awt.TextArea
), and fileName is an optional
parameter specifying the name of the .ser file. If the fileName parameter
is not specified, then the string following the last "." in the className
parameter, with a ".ser" extension, is used - for instance, for
java.awt.TextArea
, a file named "TextArea.ser" would be created in
the current directory).
All Packages Class Hierarchy This Package Previous Next Index