liubiao4123 / servicestack

Automatically exported from code.google.com/p/servicestack
0 stars 0 forks source link

DeSerialising dictionary with type Dictionary<Tuple<string,string>,double>>() does not work #72

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a dictionary with type Dictionary<Tuple<string,string>,double>>() 
2. var s = TypeSerializer.SerializeToString(dict);
3. var myDict = TypeSerializer.DeserializeFromString(s)

What is the expected output? What do you see instead?

Expect to see reconstructed dictionary. Instead see empty dictionary with 1 
value of a null key with value 1

What version of the product are you using? On what operating system?

ServiceStack3.9.33 on VS2012

Please provide any additional information below.

I'm trying the same thing in f#

Original issue reported on code.google.com by mushfaqu...@gmail.com on 22 Jan 2013 at 11:33