From: hammett <ha...@uo...> - 2004-11-11 20:35:07
|
Hey Mike, > In the new version it looks like GetObjectData is > completely handled by the DynamicProxy and never handled by > IInvocation - is that true or am I doing something wrong? Yes, you're right. > My old logic was to serialize the class instance that was being > proxied if it has been read from the db, or if the class had not been > instantiated yet then serialize a class that was capable of recreating > the proxy during deserialization. I'm open for any suggestions on how > to handle this with the new code base. Well, this is what the GetObjectData implementation in the proxy does... But, to be sure that we are on the same page, can you please direct me to the source code of the old logic? -- Cheers, hammett http://www.digitalcraftsmen.com.br/~hammett |