C# Serialization of nested classes having Dictionary
- by Cool
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!