in reply to reading perl objects with java

From BioPerl.org :

"Sometimes wrestling with Bio::DB::SeqFeature::Store is a waste of time"
so maybe a simple "write out, read in" approach would be easiest, unless you have a vast number of sequence objects, or they are particularly complex?

Looking at Bio::SeqFeature::Store, it says objects are stored as a hierarchy of "serialized feature"(s). So maybe Storeable? Is it worth the work to make a java interface to this?

Just a something something...

Replies are listed 'Best First'.
Re^2: reading perl objects with java
by baj (Initiate) on Feb 09, 2010 at 15:41 UTC

    I believe they are stored using Storable. But how could I use this information?

    Can you point me to some documentation on how to use it to read with java?

    Thanks,

    Bernd

      Maybe you'd have more luck at a Java site? :O