Sending Object over Sockets

  • Thread starter Thread starter DeSerializeMe
  • Start date Start date
D

DeSerializeMe

Guest
Hi
Im have 2 projects, and in serializing an object and reading it from other project...
If i do it in same project it works fine, however when i read or try to deserialize it from other project it wont work, cause it says something about version.... my goal is to send an object through socket and deserialize it on other end...
What are the requirement?
I event tried doing it in XML still same problem!
Your help is appreciated!
 
Back
Top