Ken Robertson's Blog

Ramblings of a .NET developer

XML-RPC.NET Question

With XML-RPC.NET, is it possible to send/recieve a class, or only a struct?  Both the client and server are using the same definitions, so the class is identical.
Posted: Nov 07 2003, 01:30 AM by qgyen | with 3 comment(s)
Filed under:

Comments

Ashutosh Nilkanth said:

What you are referring to is called .NET Serialization (/Deserialization).

Read:
http://msdn.microsoft.com/msdnmag/issues/02/04/net/
http://www.c-sharpcenter.com/Tutorial/Serialize.htm
# November 7, 2003 11:42 AM

Ashutosh Nilkanth said:

BTW, XMLRPC = SOAP
# November 7, 2003 11:43 AM

Charles Cook said:

XML-RPC.NET uses .NET structs to represent XML-RPC structs. I could have used classes but I wanted to emphasise that values are being passed, not references.
# November 14, 2003 12:54 PM
Leave a Comment

(required) 

(required) 

(optional)

(required)