> I have a bunch of model classes that I use on client and server. When a
> model object gets serialized all the observers of that model that are my
[quoted text clipped - 16 lines]
>
> TIA
> > At the moment I could declare my observer collection transient, and lazily
> > reinstantiate, but like I said thats a bit presumptious.
[quoted text clipped - 3 lines]
> would be to declare the collection of observers transient, then
> re-register them if/when necessary on deserialization.
Yeah that's what I've done, and lazily reinstantiate the collection afer
deserialisation.
Thanks,
--
Mike W
G Winstanley - 09 Nov 2005 12:49 GMT
> > > At the moment I could declare my observer collection transient, and
> lazily
[quoted text clipped - 9 lines]
>
> Thanks,
Oops, I missed that last past of your posting. Shouldn't read things in
a hurry. That should be all you need to do, unless you have some unusual
requirements for some reason.
Stan