How to transmit a struct or object to a remoting computer?

Jul 3 2004 10:59 PM
How to transmit a struct or object to a remoting computer? For instance,I want to summit the information of a person (which includes the attributes such as "Age","Name"and so on)to remoting comptuer. How can I do it?