Hello,
I am currently building a silverlight app using cslalight. I have a circular reference in my object model somewhere. BOA has a child object BOB. BOB has a non serialized field that points back to BOA. This field is set server side when the child object is created. When BOA and its composition (which includes BOB) reaches the silverlight client, is there some point in the deserialization process that I can intercept in order to update BOB's field reference to BOA????? I suspect there is but I am not sure where. Does anyone know????
Thanks
Copyright (c) Marimer LLC