Re: [SANSELAN] Non-serializable ArrayLists

2010-09-13 Thread Paul Szynol
#x27;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 s

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

[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