Hi Dave,
You're right. There's no reason these classes should not be
serializable. I've changed it in CVS. The altered files are
PackedSymbolList, DNAAmbPack and DNANoAmbPack. I don't think
PackingFactory needs to be serializable as it only contains static data.
Matthew
Dave Barkan wrote:
Hey
Hey all,
I have gotten PackedSymbolList to work but it is not serializable. I was
wondering if there is anything preventing this class (and the classes
Packing and PackingManager, as it appears PackedSymbolList requires these)
from implementing the Serializable interface? This would be a big hel
Hi -
I have noticed that serialization is sporadically and poorly supported,
some classes that implement the Serializable interface aren't
serializable because some of their members are not. Some inner classes
are serilizable whereas the outer class isn't so effectivley the inner
class isn't eith