An Xml Serializable PropertyBag Dictionary Class for .NET
posted by rstrahl(7226) 7 months, 13 days ago 0
@dpeterson - actually I doubt you get two way serialization/deserialization of objects in JSON. It's not really possible given that no type information is available if you have Dictionary<string,object>. THere's no way for the deserializer to turn that back into the original dictionary unless type info is explicitly provided. There's more info on the post's comments about this.
Reply