I've been wiring in place some testing for the serialization of objects to disk and the deserialization back to objects. I'll be adding it and a
a Unit test example shortly, I'm hoping that others will join in and write some simple tests to verify that their code is properly serializable.


Another interesting point is that serialization can be customized to optimize it for storage considerations, for instance, if a large matrix were symetric, serialization could be written such that only one side of its data need be stored and the other side could be simple filed in with the stored data on recovery. Not really my idea...

http://java.sun.com/j2se/1.4.2/docs/guide/serialization/examples/custom/index3.html

-Mark

--
Mark Diggory
Software Developer
Harvard MIT Data Center
http://www.hmdc.harvard.edu

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to