I have a problem which involves data serialization (binary), creating a packet containing serialized data of different types and later reading this data from the packet (i.e. deserializing it). The problem is I should not use some standard libraries for that, so my question is, how do I describes data types when I serialize data so that reciever can read the data from a packet? I've read about XDR and type representation in it, so if I use it, what kind of description may be added to describe data types? Should I include it to some packet header?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|