Is it Possible to Serialize HashTable with XMLSerializer

Skill/Topic: Advanced
A) Yes
B) No

Showing Answers 1 - 5 of 5 Answers

Kalepu

  • Mar 19th, 2006
 

No.. XML serializer cannot be used for IDictionary objects such as HashTable.. HashTable can be serialiez using BinaryFormatter/SOAPFormatter

balajifortest

  • Oct 26th, 2006
 

Hai,

It is not possible to seralize class implements IDictionary interface  using XMLSerailzer  that is only main restriction for it(XMLSerailzer) where it does not apply  for SOAPFormatters/BinaryFormatters.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions