New Post: Symbols and symbols distribution
Since you've excluded symbols from your NuGet package, where may I find symbols related to the NuGet distribution?
View ArticleNew Post: Serializing Null Objects
Just ran into this problem as well. It seems to me that JSON.NET should either: (a) pass a Type of null to CanConvert; this is likely to cause issues for existing custom JsonConverters when upgrading...
View ArticleCreated Unassigned: Allow custom JsonConverters to serialize null [24577]
Related to discussion here: https://json.codeplex.com/discussions/280134JSON.NET will not currently allow custom `JsonConverter` implementations to serialize `null`. This is a problem for me (and...
View ArticleNew Post: Serializing Null Objects
Filed as issue [enhancement]: https://json.codeplex.com/workitem/24577
View ArticleCommented Unassigned: Allow custom JsonConverters to serialize null [24577]
Related to discussion here: https://json.codeplex.com/discussions/280134JSON.NET will not currently allow custom `JsonConverter` implementations to serialize `null`. This is a problem for me (and...
View ArticleNew Post: Serializing Null Objects
Moved issue to: https://github.com/JamesNK/Newtonsoft.Json/issues/112
View ArticleCreated Unassigned: "Method or Operation Not Implemented" when calling [24579]
Hello,I'm getting this error when I run the following C# code within the code of my form: using (var memorystream = new MemoryStream()){ var bf = new BinaryFormatter(); bf.Serialize(memorystream,...
View ArticleNew Post: Method or Operation Not Implemented" when calling...
Hello, I'm getting this error when I run the following C# code within the code of my form: using (var memorystream = new MemoryStream()) { var bf = new BinaryFormatter(); bf.Serialize(memorystream,...
View ArticleNew Post: Attached Properties
What should I do to properly serialize attached properties (and deserialize them)? I have tried to scan through JSON.NET source code to find how it deals with attached properties, but haven't found...
View ArticleCreated Unassigned: DateTime serialization [24582]
We(asp.net webapi) have received an issue from a user regarding the DateTime serialization in Json.Net. Please review it.```Console.WriteLine(JsonConvert.SerializeObject(new...
View ArticleClosed Unassigned: DateTime serialization [24582]
We(asp.net webapi) have received an issue from a user regarding the DateTime serialization in Json.Net. Please review it.```Console.WriteLine(JsonConvert.SerializeObject(new...
View ArticleCreated Unassigned: InvalidCastException when serializing BsonNull values...
Hi,I get an InvalidCastException when calling Serialize on an object containing a BsonNull value.Here is a minimal snippet reproducing the issue :```BsonDocument doc = new BsonDocument(){{"Test",...
View ArticleReviewed: Json.NET 5.0 Release 6 (Aug 08, 2013)
Rated 5 Stars (out of 5) - Fast and awesome!
View ArticleNew Post: Could not load file or assembly 'System.Runtime' Error when using...
Hi, I've created a Portable Class Library, using the nuget packages for JSON.NET and the Async package when i try and serialise a class within the portable library i get this error, in my unit test...
View ArticleClosed Unassigned: InvalidCastException when serializing BsonNull values [24598]
Hi,I get an InvalidCastException when calling Serialize on an object containing a BsonNull value.Here is a minimal snippet reproducing the issue :```BsonDocument doc = new BsonDocument(){{"Test",...
View ArticleClosed Unassigned: Cannot Parse JSON From SpringPad [24573]
I have successfully connect to SpringPad API through OAuth for my C# application, the return json were escaped by DeDefined.OAuth library based on my observation. I have escape the string and below...
View ArticleClosed Unassigned: Error converting value "System.Drawing.Bitmap" to type...
Json.Net (test with 4.5 and 5 version) wrong serialize Bitmap object:"Photo": {"viewMap": {},"ImageBitmap": "System.Drawing.Bitmap","FileName": "1","Extension": "jpg","Category": "employee","Id":...
View ArticleClosed Unassigned: Issue with DateTimeOffset = Ignore. I found that default...
I tried it on Json45r11. Source code:```class Program{ static void Main(string[] args){ ParticipantEntity product = new ParticipantEntity(); product.Properties = new Dictionary<string,...
View ArticleClosed Unassigned: Reading multiple json objects from a stream [24541]
Hello,I am building a system with a Json transaction log, where there will be many json objects stored consecutively. I would like to be able to stream them out as JObject instances, using a yield.So...
View ArticleClosed Unassigned: MongoDB entity serialization issue [24487]
Hi all,JSON.NET has issue with serialize MongoDB's driverd custom ObjectId type.Check these...
View Article