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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
