Tagged Questions
1
vote
2answers
222 views
What is the most efficient way to convert to binary and back in C#?
I'm trying to write a general purpose socket server for a game I'm working on. I know I could very well use already built servers like SmartFox and Photon, but I wan't to go through the pain of ...