Deserialize a object from a client which is serialized from a server
-
this is for a chat application... I have to serialize an object from server and it has to be sent to client... from client i have to deserialize it.... I successfully searialized the object and sent to client... but when I am deserializing from client it is showing error... "Unable to find assembly 'chatServerIDE, Version=1.0.3035.35765, Culture=neutral, PublicKeyToken=null'."" please help me...
-
this is for a chat application... I have to serialize an object from server and it has to be sent to client... from client i have to deserialize it.... I successfully searialized the object and sent to client... but when I am deserializing from client it is showing error... "Unable to find assembly 'chatServerIDE, Version=1.0.3035.35765, Culture=neutral, PublicKeyToken=null'."" please help me...
Try this: Advanced Binary Serialization: Deserializing an Object Into a Different Type Than the One It was Serialized Into[^]
Giorgi Dalakishvili #region signature my articles #endregion
-
Try this: Advanced Binary Serialization: Deserializing an Object Into a Different Type Than the One It was Serialized Into[^]
Giorgi Dalakishvili #region signature my articles #endregion
-
Glad to help you :)
Giorgi Dalakishvili #region signature my articles #endregion