Serialization of a Hashtable

C

Curtis

Does anyone have any examples of serializing a hashtable? I tried to make a
copy of the hash table using the .clone method but per MS documention it
creates a shallow copy of the object. I am trying to make a full or deep
copy of the master hashtable any examples would be great.

Thanks,
Curtis
 
C

Curtis

Thanks Cor that works great, I was trying to serialize before with just a
memorystream and getting serialization errors. Your method worked great.

Thanks again,
Curtis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top