
The functional tests are in src/share/serialization.
The Java files will need to be compiled and run. For example, 
Each test produces only status output, errors will cause additional
output.

% cd <WS>/src/share/serialization
% javac *.java
% java piotest
% java psiotest
% java subtest
% java NonserializableTest
% java HashtableTest
% java IntegerTest
