[Biojava-l] SimpleSequenceHolder, FuzzyLocation and serialisation

Mr. A.R.N. Tivey ativey@hgmp.mrc.ac.uk
Thu, 30 May 2002 16:23:34 +0100 (BST)


Hi,

Are there any objections to marking 
org.biojava.bio.seq.SimpleFeatureHolder as Serializable? I can't foresee
any problems. (I note that SimpleSequence has a private subclass of
SimpleFeatureHolder for this very purpose)

On a similar topic, FuzzyLocation is marked Serializable but it's inner
classes aren't. Any objection marking them too, with suitable
writeReplace() and readResolve() methods?

Adrian