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, but I think it would be nice if the original data structures could persist, too. But I don't know if my need was a complete one-off, or if this is something that other folks could use. What do you think?

Best,
Paul




On 9/13/10 9:27 AM, Charles Matthew Chen wrote:
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<pj...@columbia.edu>  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 is something
that may be worth adding?

Best,
Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to