[Biojava-l] Paper

2003-10-27 Thread Hoai Sang James Truong
Hi Guys, I'm seeking out the paper below for which I don't have access to. I hope this doesn't seem unusual, but if someone has a copy of this paper would they consider forwarding it to me. I'm trying to compile a report on biojava as part of a bioinformatics task. in any case,

[Biojava-l] Serialization of SimpleSequences

2003-10-27 Thread Vasa Curcin
Hello, While transferring some sequences via serialization, I noticed that all my Features are getting lost. After some digging around, it seems as if Java doesn't serialize the FeatureHolder inside the sequence (I was working with SimpleSequence objects). Even though a NotSerializableExceptio

RE: [Biojava-l] Serialization of SimpleSequences

2003-10-27 Thread Schreiber, Mark
Hi - I thought we had fixed that one although it turns out the unit test was a bit inadequate. Generally its not a good idea to make an interface implement serializable as there may be a perfectly valid implementation that can't implement serializable. Probably better to make as many of the im