i am trying to build custom serialization that can work on any computer, i tried it and am successful and tried even in 3 other computer and it is running correctly,
i read a line about a library specifying "serialize & de serialize in the same computer".
What is it could possibly go wrong if i serialize and de serialize in different computers. is there any architecture or operating system or endianess difference.
and i cannot use standard libraries either like boost etc...