[Simple-support] Serialization and Deserialization through sockets
Brought to you by:
niallg
|
From: danlourd <dan...@ya...> - 2009-05-05 01:23:34
|
Hi, We have this common interface ITest that all our client implements. Each client have different implementation of ITest. We serialize this objects and send it it through a socket. Now on the other end of that socket we deserialize that object. I am having problem deserializing that object because it can't map to a "class" in that scope. Is there a way in simple xml while deserializing to force to map an object known within the scope where deserialize an object is being deserialized? Thanks, Dan Ramirez -- View this message in context: http://www.nabble.com/Serialization-and-Deserialization-through-sockets-tp23379532p23379532.html Sent from the Simple XML Serialization mailing list archive at Nabble.com. |