Hello All,
I am trying to convert structures to Byte stream(Serialization). I have one concept,
Now I am converting each structure object to char pointer, but for structures with pointers this logic wont applicable.
can any one help me with any logic for serialization in C/C++