Quote:
Originally Posted by lectricpharaoh
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