View Single Post
Old Aug 28th, 2007, 2:40 AM   #4
amitpansuria
Newbie
 
Join Date: Aug 2007
Posts: 13
Rep Power: 0 amitpansuria is on a distinguished road
what is serialization and how i use it

Quote:
Originally Posted by lectricpharaoh View Post
If it's between machines with the same endianness, you can just trasmit it as a block of bytes. If not, or if you simply want a more portable solution, you can serialize the structure, and then send the bytestream out. Take your pic; it depends on your needs.
helo u say that i want to serialize the structure or object.
can u tell me what exactly is serialization and how i implement serialization
Amit
amitpansuria is offline   Reply With Quote