On Sat, Mar 13, 2004 at 11:10:36PM -0500, Warren Matthews wrote:
> Hi
> 
> I'm stuck trying to serialize a hash table. I found an example at
> 
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/ 
> html/ 
> frlrfsystemruntimeserializationformatterssoapsoapformatterclassserialize 
> topic.asp

As part of having a look at this, I looked at the serialised form of
this hashtable in both mono and MS.NET. They are quite significantly
different. Mono cannot deserialise the MS version, and MS cannot
deserialise the Mono version. 

Is this something that is important to fix at the moment? If so, where
should I go looking for the code that does this?

I attach the MS and Mono versions of the serialised hashtable.

David

-- 
"OK. Enter system password, out of ttys, can't fork process, Panic Double
Panic, can't open socket, bad magic number, NO ROUTE TO HOST, hme is down,
stale file handle, /var is full, and it's January 1970."
    - sing, sing, halt

Attachment: DataFile.soap-MS.gz
Description: Binary data

Attachment: DataFile.soap-Mono.gz
Description: Binary data

Reply via email to