Sign in
|
Join
Search
Ken Robertson's Blog
Ramblings of a .NET developer
Home
About
RSS
Atom
Comments RSS
Recent Posts
Yet another odd .NET 1.1 and .NET 2.0 quirk
Tablet PC + 12.1" + SXGA+ (like Toshiba M200)
Recommendations for MCAD certification
Media Center getting a little confused?
Why not...
Sponsors
advertise here
Tags
.NET
ASP.NET
Community Server
nGallery
Senior Project
Technology
Navigation
Home
Blogs
About Me
About Me
nGallery
Senior Project
Blog Roll
Jason Alexander
Ben Maurer
Miguel de Icaza
Archives
July 2006 (1)
March 2006 (1)
January 2006 (2)
March 2005 (3)
February 2005 (3)
January 2005 (2)
December 2004 (5)
November 2004 (4)
October 2004 (1)
September 2004 (3)
August 2004 (3)
July 2004 (4)
June 2004 (8)
May 2004 (3)
April 2004 (8)
March 2004 (4)
February 2004 (10)
January 2004 (4)
December 2003 (2)
November 2003 (10)
October 2003 (2)
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:
.NET
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
Title
(required)
Name
(required)
Your URL
(optional
)
Comments
(required)
Remember Me?