Serializing Dictionary< String, Dictionary< String, String > > to the point where it can be stored, and later de serialized.
I’ve done quite a bit of googling and can’t find a class, or function that is compatible with .NET 4.5 Completely.
Serializing Dictionary< String, Dictionary< String, String > > to the point where it can
Share
Well i found the solution is to use JSON.NET