Click to See Complete Forum and Search --> : Serialisation of array of objects


Ashutosh Sant
April 13th, 1999, 07:58 AM
Hi,

Well my problem is about Networking basically. I am using CSocket class for data transfer from client to server.

I am using Serialisation for data transfer from client to server. Now I have to transfer array of objects of my own class.

Can anybody help me with this.

thanx in advance,

Ashu

chris law
April 14th, 1999, 02:59 AM
if your objects are declare(d)_serial you can just << them into the archive, they will be dynamically constructed on the other side. You can do the same with your array (operator overloading or inherit from CObject).
i'm not sure this answers your question...


chrislaw