I cannot deserialize a Dictionary<string,T> where T is a class i've created. It tells me that is unable to find the type T. I've tryed to deserialize a single T instance and it works correctly.
Log in to post a comment.