C# Developers' Journal (original) (raw)
10:48a
I seem to have found the culprit in regards to my problem yesterday. The class is being serialized correctly, however I read on MSDN that when remoting an object, it uses the standard serialization method. What the heck? So now it seems that I need use ISerializationSurrogate and the RemotingSurrogateSelector class? Anybody had this issue when using remoting before?