[Mono-list] JSON.NET / Mono question (Deserialization Hangs)

Adam Tauno Williams awilliam at whitemice.org
Sat Dec 4 09:43:17 EST 2010


mono-core-2.6.4-2.13.x86_64
Json.NET 3.5 Release 8

I call the deserializer and it works - I can see the objects created
(deserialized) but then the deserializer never exits/returns.

List<ListEntry> listed_entries =
   JsonConvert.DeserializeObject<List<ListEntry>>(payload);
Console.WriteLine("Deserialization complete");

ListEntry objects are created, then the program 'hangs'.
"Deserialization complete" never appears.




More information about the Mono-list mailing list