got another TNSerializer bug for ya!

line 752 should be
NOT
This one's been driving me nuts for a while (it kept failing to deserialize Lists, telling me that it couldn't covert List[List[foo]] to List[foo]), and I finally got around to digging into it this afternoon. This only affects ILists; you had the code setup correctly for TLists.
