Generics / JSON JavaScriptSerializer C#

后端 未结 2 1705
挽巷
挽巷 2020-12-09 11:47

I\'m building a winForms app in NET3.5SP1 using VS2008Express. Am trying to deserialize an object using the System.Web.Script.Serialization library.

The error is: T

2条回答
  •  不思量自难忘°
    2020-12-09 12:30

    It's great you found your error. If you are looking for another tool for JSON serialization you might want to try JSON.Net.

提交回复
热议问题