C# 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 2:53 UTC
Read the original article Hit count: 401

Filed under:
|
|

Hello All, I am trying to 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?

Thanks a lot!

© Stack Overflow or respective owner

Related posts about c#

Related posts about serialization