javascriptserializer
Problem deserializating JSON Date in C# - adding 2 hours
We are having such a nasty problem when deserializating a JSON date to a C# DateTime. The code is: JavaScriptSerializer serializer = new JavaScriptSerializer();[详细]
2023-01-27 05:29 分类:问答JavaScriptSerializer to serialize a javascript function name
I am using Flexigrid in my project to add a button on the grid toolbar I can use code like this: ... \"buttons\":[[详细]
2023-01-15 06:25 分类:问答Can't deserialize an array of objects from JSON into a C# object
I\'m having trouble getting the JavascriptSerializer to deserialize an array of objects. I\'m not terribly sure what I\'m missing.[详细]
2023-01-15 02:41 分类:问答JavaScriptSerializer and monodevelop
Im reading this book but I JavaScriptSerializer from the System.Web.Script.Seriali开发者_如何学编程zation namespace because it seems to be unavailable?I know this a really old post but by chance someo[详细]
2023-01-11 23:05 分类:问答Invalid Json Primitives
Could you help me for resolving this issue. I have one asp.net application, in this i am using Javascript serializer for serializing a dataset followed by convertion to the list. That code is shown be[详细]
2023-01-10 17:31 分类:问答Why does JavaScriptSerializer return the wrong answer when called from JScript.NET?
In ASP.NET/C#: <%@ Page Language=\"C#\" %> <%@ Import Namespace=\"System.Web.Script.Serialization\" %>[详细]
2023-01-07 00:54 分类:问答Why does JavaScriptSerializer ignore my converter?
I\'m trying to read a JSON object which contains the date/time in a format that cannot be directly parsed by .NET\'s DateTime structure. In order to avoid having an \'int\' field in my structure for t[详细]
2023-01-04 07:22 分类:问答How to extract information from an Object produced by JavaScriptSerializer
I\'m developing an application in C# which can control a SqueezeboxServer(SBS). Communicating to the SBS is via JSON messages to http://serverIP:9000/jsonrpc.js[详细]
2023-01-04 00:49 分类:问答JavaScriptSerializer deserialize object "collection" as property in object failing
I have a js object structured like: object.property1 = \"some string\"; object.property2 = \"some string\";[详细]
2023-01-02 14:09 分类:问答eval "the serialized object using JavaScriptSerializer()" after removing special characters
I need to eval an JavaScriptSerializer() object. var userS开发者_StackOverflow社区ettings = \'<%= new System.Web.Script.Serialization.JavaScriptSerializer().Serialize(ViewData[\"UserSettings\"]) %[详细]
2023-01-01 11:41 分类:问答