No announcements
Found 2912263 threads
-
0 Votes
JSON MSDN page falsely states that JSON serialization is not integrated in .Net
Differences between XML and JSON" it says that under .Net framework: "None so far, except an initial implementation as part of ASP.NET AJAX." However this ... -
0 Votes
Serialization issue for JSON
does not require any serialization using JSON. Both of them are using the same below code. Following is the code snippet that ... -
0 Votes
JSON serialization
I am correct in deducing that there is no way using DataContractJsonSerializer (or any other .NET class) to serialize objects into human-readable (e.g. with '\n' ...Answered | 2 Replies | 6859 Views | Created by Chris O_Brien - Tuesday, June 3, 2008 4:01 PM | Last reply by Rik Hemsley (Safeware) - Tuesday, April 3, 2012 9:14 AM -
0 Votes
Json serialization
What is the 'root:' for? The pattern for a new array is: [] The pattern for a new object is: {} The pattern for an ...Answered | 4 Replies | 4839 Views | Created by markgoldin - Monday, November 12, 2012 10:46 PM | Last reply by Dan Randolph - Wednesday, November 14, 2012 9:48 PM -
0 Votes
Entities and JSON serialization
; } This solution is working but isn't ideal. Is it possible to make an entity JSON serializable? And if not is it possible to ...Answered | 1 Replies | 5013 Views | Created by Brian M. D. _ - Sunday, November 8, 2009 12:00 AM | Last reply by Ido Flatow. _ - Sunday, November 8, 2009 2:03 PM -
0 Votes
EF 4.0 WCF JSON Serialization
We used the EF in .Net 3.5 SP1 to populate data in hand written POCO's. To allow JSON WCF serialization we managed the object references in ...Answered | 1 Replies | 5621 Views | Created by JayArr - Thursday, May 27, 2010 8:13 PM | Last reply by Arthur Vickers - MSFT - Friday, May 28, 2010 5:10 PM -
0 Votes
JSon Serialization Provider
;, I know I can override the serialization but this link implies to me that I am somehow not using the latest:Proposed | 4 Replies | 1537 Views | Created by dmmorris - Monday, March 18, 2013 10:18 PM | Last reply by dmmorris - Wednesday, March 27, 2013 4:32 AM -
1 Votes
JSON Serialization and deserialization
Hi MrGenius, Can u give me reference reading for the JSON serialization. I m working on C# and i want to convert my class in to JSON ...Unanswered | 8 Replies | 47983 Views | Created by MrGenius - Wednesday, February 13, 2008 12:20 PM | Last reply by MSDN_Forums_User - Thursday, July 3, 2008 11:04 PM -
0 Votes
JSON Serialization instead of XML Serialization
load event return the JSON data using the Page Response object (make sure to clear it first). Here is an example of how you might generate the JSON data ...Answered | 2 Replies | 5130 Views | Created by Beneventi - Thursday, November 19, 2009 2:19 PM | Last reply by Haripraghash - Friday, November 20, 2009 12:33 AM -
1 Votes
Json serialization and deserialization
In this side to say is that json formatting is only on the C # or VB.NET class reflection field attributes one by one match, there is no ...Answered | 5 Replies | 1380 Views | Created by Nacy Mica - Wednesday, August 23, 2017 7:41 AM | Last reply by 電腦神手吳子陵 - Wednesday, August 23, 2017 4:44 PM -
1 Votes
C++/CX JSON Serialization
to is about that as DataContractJsonSerializer is a .NET dependency, how do you do without it? Can you please help stringify in C++/CX as in the ...Answered | 3 Replies | 6477 Views | Created by recherche - Thursday, May 16, 2013 7:43 AM | Last reply by recherche - Saturday, May 18, 2013 5:25 PM -
0 Votes
WCF JSON Serialization Issue
"...} Below is a sample demonstrates how to use the DataContractJsonSerializer to serialize and deserialize data in the JSON format, for your ...Answered | 3 Replies | 4442 Views | Created by Mark Phillips - Sunday, December 30, 2012 5:13 PM | Last reply by Haixia_Xie - Monday, January 7, 2013 3:17 AM -
0 Votes
serialization to json correctly
you do not know how to create the class, you could copy the returnsL, and then click Edit in menu, click Paste Special, choose Paste JSON As Classes. It will generate the ...Unanswered | 2 Replies | 383 Views | Created by Les Stockton - Thursday, June 29, 2017 6:28 PM | Last reply by Wendy Zang - Sunday, July 2, 2017 3:05 PM -
0 Votes
JSON serialization without attributes does not work (?)
Yesterday I have created a WebAPI on Azure platform and found that my 'consuming' console application written in C# would not serialize JSON string. I have ...Answered | 3 Replies | 1094 Views | Created by SBorko - Sunday, August 2, 2015 11:16 AM | Last reply by SBorko - Saturday, August 15, 2015 4:08 AM -
0 Votes
WCF Service with Json serialization
Hello Abhishek, There are several ways to achieve this in older versions of WCF. The simple way is to return a string, stream or Message that ...Unanswered | 3 Replies | 2796 Views | Created by abhisinghal21 - Thursday, February 8, 2018 5:53 PM | Last reply by chilberto - Saturday, February 10, 2018 1:07 AM -
0 Votes
Limit in json serialization using Asp.Net MVC
/handling-larger-json-string-values-in-net-and-avoiding-exceptions/ but didn't work. Please help ...Unanswered | 1 Replies | 781 Views | Created by Elezard - Monday, January 15, 2018 7:31 AM | Last reply by DA924x - Monday, January 15, 2018 7:51 AM -
0 Votes
Selective JSON serialization
Is there a way to instruct the JSON serializer to skip serialization of parts of an object? As things stand I am using a Regex to strip out the bits I don't ...Answered | 1 Replies | 1713 Views | Created by DelphiCoder - Tuesday, August 24, 2010 2:15 PM | Last reply by DelphiCoder - Wednesday, August 25, 2010 3:25 AM -
1 Votes
JSON serialization help?
If you have a JSON string, it means the object is already serialized.Answered | 4 Replies | 1490 Views | Created by Jaclynn - Wednesday, November 2, 2011 11:37 AM | Last reply by Bob Shen - Monday, November 7, 2011 4:44 AM -
0 Votes
Json serialization returns null
In addition to Mahmoud's comments I prefer Json.Net for serializing and deserializing Json it is much quicker and has more featuresAnswered | 2 Replies | 343 Views | Created by Petrtim - Sunday, July 17, 2016 12:27 PM | Last reply by Ken Tucker - Sunday, July 17, 2016 1:55 PM -
0 Votes
Generic JSON Serialization/Deserialization
if you ever need to deal with JSON (which is, in some circles, replacing XML). - Items 1 to 20 of 2912263 Next ›
No announcements