I\'m serializing my objects with ObjectOutputStream(FileOutputStream(File))
and deserializing them with the analogous InputStreams
. Is there a way to l
This is not a "free standing" answer, just an expansion of OrangeDog's answer.
"Write some tests (using Eclipse's built-in JUnit support). "
If you want to test serialization, then write tests that do the following: