XML Serialization of nested classes having Dictionary
        Posted  
        
            by Cool
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Cool
        
        
        
        Published on 2010-03-26T02:51:48Z
        Indexed on 
            2010/03/26
            3:03 UTC
        
        
        Read the original article
        Hit count: 909
        
I am trying to XML-serialize a nested class. Both classes have dictionaries which I am serializing using this link.
Serialization works fine but the nested class doesn't get de-serialized. Can you please let me know how to do it?
© Stack Overflow or respective owner