You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Tim Sawyer <ti...@calidris.force9.co.uk> on 2003/02/07 00:53:03 UTC

[pool] Serializable

Hi,

Is there any particular reason why StackObjectPool is not serializable? 

Cheers,

Tim.


Re: [pool] Serializable

Posted by Rodney Waldhoff <rw...@apache.org>.
It had never occurred to me that one might one to serialize a pool of
anything, but I don't see why not.  Assuming the objects being pooled are
serializable, it should simply be a matter of implementing Serializable.

On Thu, 6 Feb 2003, Tim Sawyer wrote:

> Hi,
>
> Is there any particular reason why StackObjectPool is not serializable?
>
> Cheers,
>
> Tim.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>
>