J
jamie
Is there a way of sending a structure, or a class over
tcpip? The current way I am trying to do it is by using a
binary writer and sending the individual variables one by
one.
I know there is object serialization, but that sends all
the extra information that I dont need. I just want to
send the actual variables over the network, and no extra
class information.
Anybody know a better way to send a stucture?
tcpip? The current way I am trying to do it is by using a
binary writer and sending the individual variables one by
one.
I know there is object serialization, but that sends all
the extra information that I dont need. I just want to
send the actual variables over the network, and no extra
class information.
Anybody know a better way to send a stucture?