Re: [SANSELAN] Non-serializable ArrayLists

2010-09-13 Thread Paul Szynol
Hi, Charles, My thought was that it would be nice to flatten results in the event an ArrayList needs to be stored in its entirety for later retrieval (I needed to serialize the results of getItems() in JpegImageMetadata). I extracted the string values and dropped them into a new ArrayList, b

Re: [SANSELAN] Non-serializable ArrayLists

2010-09-13 Thread Charles Matthew Chen
Hi Paul, I'm not sure I understand the issue. The issue isn't the lists - its their contents, right? So you're proposing altering every data structure returned by Sanselan to be Serializable? Charles Matthew On Thu, Sep 9, 2010 at 6:52 PM, Paul Szynol wrote: >  I found recently is that so

Re: [SANSELAN] Non-serializable ArrayLists

2010-09-09 Thread Paul Szynol
PS -- I'd be happy to take a stab at this. On 9/9/10 5:52 PM, Paul Szynol wrote: I found recently is that some getItems() calls return non-serializable ArrayLists, which, for my purposes, was a small handicap. Is there a native solution to this, does anyone know? If not, I wonder if this i

[SANSELAN] Non-serializable ArrayLists

2010-09-09 Thread Paul Szynol
I found recently is that some getItems() calls return non-serializable ArrayLists, which, for my purposes, was a small handicap. Is there a native solution to this, does anyone know? If not, I wonder if this is something that may be worth adding? Best, Paul