Hello,

I have a custom TCP/IP librrary and I want to send complete C++ classes over the socket to another application. I am worried about all the normal issues such as endianess, structure padding, etc. Is there a good library that abstracts these details?

Regards,
Ellay K.