To "serialize" something is simply to convert it into a string. To "marshall" it is to convert it to some standard format for transfer. With regards to SOAP, they amount to the same thing.
-----Original Message----- From: Xiao Juguang [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 8:31 PM To: [EMAIL PROTECTED] Subject: Re: difference between terms "marshall" and "serialize" Subject: difference between terms "marshall" and "serialize" > Can anyone explain to me what the difference (if there > is any) is between the terms "marshall" and > "serialize"? I did not find.It seems they all mean to convert an object into a string. Any else?
