|
|
|
1-10 of 11
< Previous Next >
|
Can Json.net parse rfc-822 format?
id# 10361 | Planned Release: None | Last Updated: Aug 4 at 9:50 AM
by JamesNK
Hi, I've seen that the StringBuffer in 1.3.1 had some horrible potential to decrease the decoding performance in the JsonReader.
id# 10422 | Planned Release: None | Last Updated: Jul 4 at 2:43 PM
by amortizedO1
An attemt to serialize-deserialize the class below yields an array with duplicated items.
class A {
public List<string> Items;
public IList<string> Values { get { return Items; } }
}
A a = ne...
id# 10259 | Planned Release: None | Last Updated: May 29 at 1:37 PM
by AlexKvi
An attribute similar to the XmlIgnorAny. See http://udidahan.weblogs.us/2008/02/18/advanced-messaging-with-a-dash-of-ddd/ for its use in Xml.
id# 9460 | Planned Release: None | Last Updated: Apr 22 at 10:37 PM
by trooper
This (attached) unit test exposes the problem I'm trying to work-around. I'm working against 1.3.1.
There seems to be a problem deserializing arrays (at least of ints). Even when they have been ...
id# 9493 | Planned Release: None | Last Updated: Mar 29 at 10:31 AM
by JamesNK
I use a json serializer (attached) that treats Dates as UTC. This seems to be the only way to treat them that makes sense (to me!). However, JSON.NET (1.3.1) does not recognise dates when seriali...
id# 7462 | Planned Release: None | Last Updated: Mar 5 at 1:16 PM
by pfm102
We'd really like to be able to define an public bool IsValid() {} on classes that we serialize/deserialize, so that we can check after deserialization whether what we got is a valid instance of tha...
id# 9033 | Planned Release: None | Last Updated: Mar 5 at 1:14 PM
by pfm102
It would be very helpful if JSON.Net could use private default constructors.
id# 9459 | Planned Release: None | Last Updated: Mar 1 at 4:16 PM
by dsellers
Passing null as an argument throws an exception. The code to serialize nulls has already been written so I created a property "EnableNullWriter" in JsonSerializer . A verify of said state in the Se...
id# 8337 | Planned Release: None | Last Updated: Feb 28 at 9:47 AM
by JamesNK
I had trouble serializing System.Object s that were passed to my logging function. Received an error message along the lines of "Token ... in state Start would result in an invalid JavaScript obje...
id# 8315 | Planned Release: None | Last Updated: Feb 28 at 9:43 AM
by JamesNK
|
|
1-10 of 11
< Previous 1 2 Next >
|
|
|
|
|
|
|