Tagged Questions
1
vote
2answers
534 views
Byte serialization
I recently had a discussion with a colleague about serialization of byte data over a network.
He used the BinaryFormatter class to "unparse" the byte data I was sending to him. This did not work and ...