Please show me how to serialize object of type IEnumerable<KeyValuePair<String, Object>>
. This object do not contain custom structs, but it can (not must) contain another objects (values) of type IEnumerable<KeyValuePair<String, Object>>
. As for simple it is hierarchy of dictionaries or some other generic types. I can write my own walking while serializing, but maybe you'll show me shortest way;)
Thank you!!!