[Biojava-l] new problem: serializable

mdmiller mdmiller53 at comcast.net
Mon Sep 27 16:35:45 UTC 2010


hi bernd,

> Please let me know if you can think of something that would ease the
> work a bit....

two ideas.

if you know a resource you can refetch the record from, then you only have 
to serialize the identifier at that resource then when you deserialize, 
simply go to that resource.

the other is to use XStream (http://xstream.codehaus.org/), which is open 
source, and i found does a good job.

cheers,
michael

----- Original Message ----- >
> Message: 1
> Date: Mon, 27 Sep 2010 14:01:47 +0200
> From: Bernd Jagla <bernd.jagla at pasteur.fr>
> Subject: Re: [Biojava-l] new problem: serializable
> To: James Swetnam <james.swetnam at nyumc.org>
> Cc: biojava-l at lists.open-bio.org
> Message-ID: <4CA087AB.2060808 at pasteur.fr>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>  Thanks everyone. I got the biojavax working.
> Unfortunately the serialization process is not completely done yet ...
> It turns out the following information is more difficult than expected
> to serialize... I haven't found a tool in Eclipse that can help me there.
>
> Generally the problems arise when dealing with Sets like annotation,
> features, notes, RankedDocRef.
> But I also have problems with SimpleNCBITaxon.
>
> At least I was able to create a SimpleRichSequence object
>
> Please let me know if you can think of something that would ease the
> work a bit....
>
> Thanks a lot,
>
> Bernd
>
>
>





More information about the Biojava-l mailing list