Is it possible to serialize a byte array using protobuf-net and then send it over a socket for de-serializing client side? I'm looking for an efficient way to compress/reduce the data which is sent. Somebody told me protobuf-net would be the best way. Any idea how I would go about it?
Thanks for the help!