silverlight - circular reference serialization

silverlight - circular reference serialization

Old forum URL: forums.lhotka.net/forums/t/5304.aspx


GA30 posted on Tuesday, August 26, 2008

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

GA30 replied on Tuesday, August 26, 2008

nevermind, i got it, silly question

Copyright (c) Marimer LLC