I want to be able to transfer an object from one PC over the network to another PC. I have been reading that object serialization is what I am looking for.
Currently I have my own routines within the objects that serializes the data into a specifc string that contains all the information that the object contains. When the client PC receives the string data, it is able to create a duplicate object based on the string.
I am wondering if there is an easier way to do this? I am also having a bit of a problem transmitting collections.
Any suggestions?
Troy Williams B.Eng.
fenris@hotmail.com
Currently I have my own routines within the objects that serializes the data into a specifc string that contains all the information that the object contains. When the client PC receives the string data, it is able to create a duplicate object based on the string.
I am wondering if there is an easier way to do this? I am also having a bit of a problem transmitting collections.
Any suggestions?
Troy Williams B.Eng.
fenris@hotmail.com