doesn't it seem like there should be a way to denote object
data as transient so that it doesn't get serialized by
Storable, etc?

i've solved this problem in the past by writing a
class-specific serialization method that undefs things i
don't want serialized. but it seems like something that the
core should support, especially since there are so many
serialization mechanisms available.

thoughts?

Reply via email to