[E-Lang] Thoughts on Persistence in E.
Mark S. Miller
markm@caplet.com
Thu, 20 Sep 2001 17:27:42 -0400
At 04:05 PM Thursday 9/20/01, Dean Tribble wrote:
>Use a keeper. The serialization process calls an object supplied by the
>creator which implements the error policy. Recording the error for the
>caller and then continuing becomes a trivial improvement over the
>swallow-the-error approach.
Good idea! I will do so.
>>For the corresponding issue in CapTP I made opposite decision: I throw an
>>exception, causing the serialization to fail.
>
>Also the same mechanism as above but with a different keeper.
Yup. Thanks.
Cheers,
--MarkM