on 12/29/2000 6:59 AM, "Matthew Dornquast" <[EMAIL PROTECTED]> wrote:
> Anyway, use this method, and you've got lean mean serialized objects that
> take up the least amount of space possible and have the lowest overhead to
> serialize/deserialize.
>
> Warm regards,
>
> -Matthew
Fuck ya! Go Matthew.
However, you need to remember that the only time you should be hitting this
code is during development. :-) Therefore, speed isn't necessarily an issue
if it is still happening in just a few seconds (or less). Therefore, I'm
also not sure if it is worth going the extra distance of having to implement
Externalizable for all your objects that you place into the Session (except
for the fact that you made it easy with your example class <smile>).
thanks,
-jon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]