Simple tests for deserializing of objects.

"gnumake all" will create a serialized Blink applet in stopped state
into blink1.ser (via the BlinkWriter class).

"gnumake all" will also create some jar files.

Then you can then test {APPLET,OBJECT}x{JAR-loaded,on-demand-loaded}
by pointing AppletViewer, or HotJava at the appropriate .html file.
Note that AppletViewer does not support the OBJECT tag, while the
APPLET tag in HotJava does not support the OBJECT attribute.

So, you can say:

appletviewer applet.html
appletviewer appletSer.html
# ---  object.html
# ---  objectSer.html
appletviewer jars/appletJar.html
appletviewer jars/appletSerJar.html
# ---  jars/objectJar.html
# ---  jars/objectSerJar.html

hotjava applet.html
# -- appletSer.html
hotjava object.html
hotjava objectSer.html
hotjava jars/appletJar.html
# -- jars/appletSerJar.html
hotjava jars/objectJar.html
hotjava jars/objectSerJar.html


You can also generate blink1.ser via the appletviewer.  Start
applet.html then stop the applet and save it.
