Could someone give me recommendations on which would be the easiest way to send objects through webservices (back and forth through the client-side and server-side) on C# without the client-side knowing the definition of the objects to send.
You mentioned you want to send "objects". This implies there is some structure to your data.
Options: