Home Forums Support How to send and receive object type Reply To: How to send and receive object type

#2961
Anonymous
Inactive

Heya a77a77a777,

You cannot receive a generic object type. It is impossible to determine what should happen with incoming byte[] if the final object type is unknown. This is not a limitation of NetworkComms.Net, rather a limitation of converting objects to byte[] in order to be sent over a network.

Marc