Is it possible to change namespace of the type when the object is deserialized in remoting?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
generally, the problem is after the files of the project are merged using ilmerge.
When the type is deserialized it cannot find the assembly in the current directory, in spite of the fact it resides in executable.
Initially I thought about SerializationBinder, but is it possible to apply it for remoting?
generally is it possible to change namespace on the fly?

Thanks!


View the full article
 
Back
Top