Sria Pathre

Results 1 comments of Sria Pathre

I have public `IDictionary SomeSettings{ get; set; }` property and I'm getting error `System.Runtime.Serialization.SerializationException: ODataResourceSerializer cannot write an object of type 'Collection(System.Collections.Generic.KeyValuePair_2OfString_String)'.` I cannot change Idictionary to other type. Is...