Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to send an object from the client to another client using sockets and get the object in the client who receives the object which is converted to byte array.Beg for your help and give some simple examples.Thanks!
Posted
Updated 28-Nov-14 4:54am
v2

You have to serialize the object, send the serialized data using the socked and then deserialize it on the receiver side.
 
Share this answer
 
Comments
Member 11175072 6-Dec-14 7:01am    
Much Thanks!
 
Share this answer
 
Comments
Member 11175072 6-Dec-14 7:01am    
Thanks for your example!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900