On Feb 12, 2008 4:35 PM, Sam Tregar <[EMAIL PROTECTED]> wrote:
> Thanks, that should help.  Any reason you didn't just bake this into a
> default Storbable freeze hook?

As you can see from the docs, there are many decisions to be made
about what, exactly, gets frozen, and there's no good way to
communicate those decisions to a Storable hook routine, particularly
on a per-call or per-object basis.  (In the case of Rose::DB objects,
things are simpler and I have standard Storable hooks there.)

If you do decide to make some Storable hooks in your RDBO-derived base
class, the existence of the independent strip() method should simplify
things.

-John

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to