| Change Set |
Date |
Downloads |
Comment |
38292
by
JamesNK
|
Thu at
6:04 AM
|
5 |
-Added DBNull support to JValue |
38291
by
JamesNK
|
Thu at
5:54 AM
|
1 |
-Fixed unclosed object when including type name with array |
37943
by
JamesNK
|
Mon at
8:21 AM
|
11 |
-Added ObjectCreationHandling to JsonPropertyAttribute -Added IValueProvider, ReflectionValueProvider, DynamicValueProvider -Added Dynamic.snk -Added Required enum with options Default, AllowNull and Always -Added serialization event support to Silverlight version -Added Converter to JsonProperty for JsonConverter -Changed IsRequired to Required enum -Changed schema generator to allow for Required enum options -Changed Silverlight project version to Silverlight 3 -Improved error message when JSON array encountered for object and vice-versa when deserializing -Improved error message for converting types when deserializing -Improved error message from getting and setting properties when serializing and deserializing -Fixed empty string being converted to null when deserializing -Removed dependency on Entity Framework and LINQ to SQL assemblies |
37512
by
JamesNK
|
Oct 14 at
3:40 AM
|
71 |
-Added DataSetConverter, DataTableConverter -Added JPath and SelectToken to JToken -Fixed schema id not being written for collections -Fixed TimeSpan serialization on Compact Framework -Fixed unicode line break string encoding |
37437
by
JamesNK
|
Oct 11 at
5:23 AM
|
38 |
-Documentation -Added Error event to JsonSerializer |
37427
by
JamesNK
|
Oct 10 at
7:14 AM
|
4 |
-Fix test |
37426
by
JamesNK
|
Oct 10 at
7:09 AM
|
6 |
-Performance -Added ConstructorHandling to allow object creation using non-public default constructors |
37425
by
JamesNK
|
Oct 10 at
1:54 AM
|
11 |
-XML documentation -Changed OnError to be available in .NET 2.0, Silverlight and Compact Framework builds -Added StreamingContext stand-in for frameworks where it isn't available -Split test classes out of JsonSerializerTests |
37278
by
JamesNK
|
Oct 5 at
9:26 AM
|
47 |
-Changed IsRequired to accept null properties |
37228
by
JamesNK
|
Oct 3 at
8:54 AM
|
13 |
-Fixed List<T> silly buggers with nullable types - http://tinyurl.com/yagsptj - That was tough! |
37227
by
JamesNK
|
Oct 3 at
5:33 AM
|
12 |
-Fixed exception when loading JObject with multiple properties of the same name. Last property will be used -Removed redundant ValidateObject method from JContainer |
37224
by
JamesNK
|
Oct 3 at
12:49 AM
|
2 |
-Fixed schema generation with negative enum values |
36887
by
JamesNK
|
Sep 20 at
10:50 AM
|
71 |
-More error handling work |
36849
by
JamesNK
|
Sep 18 at
10:38 PM
|
10 |
-Added set indexer to JToken |
36463
by
JamesNK
|
Sep 4 at
2:46 PM
|
68 |
-Added more IBindingList functionality -Fixed many bugs around JProperty and JObject -Changed JProperty constructor that doesn't take a value to internal -Added many unit tests -Renamed CloneNode to CloseToken -Changed JPropertyDescriptor to always return the token rather than value |
36215
by
JamesNK
|
Aug 22 at
1:01 PM
|
72 |
-Added type descriptor objects to support JObject property databinding -Added OnErrorAttribute and ErrorContext for handling serialization errors |
35911
by
JamesNK
|
Aug 6 at
9:52 AM
|
97 |
-Changed empty string to be deserialized as null for nullable types |
35746
by
JamesNK
|
Aug 1 at
1:06 PM
|
91 |
-Added .NET 2.0 support -Documentation |
35707
by
JamesNK
|
Jul 31 at
12:08 PM
|
11 |
-Changed serializer to create JObject/JArray when deserializing complex JSON to an object type |
35685
by
JamesNK
|
Jul 30 at
9:59 AM
|
9 |
-Fixed generic type deserialization with type name tracking enabled |
35594
by
JamesNK
|
Jul 27 at
11:20 AM
|
17 |
-Added implicit conversions from primitive values to JValue |
35566
by
JamesNK
|
Jul 26 at
7:34 AM
|
10 |
-Updated documentation -Added complete ADO.NET Entities serialization and deserialization |
35142
by
JamesNK
|
Jul 6 at
10:36 AM
|
118 |
-Documentation -Example unit tests for documentation -Added IsReference to JsonPropertyAttribute -Fixed resolving whether a property should be a reference |
35127
by
JamesNK
|
Jul 5 at
3:55 AM
|
23 |
-More documentation (I know!) -Fixed decimals to always be written with a decimal place -Replaced IMappingResolver with IContractResolver -Renamed JsonMemberMapping to JsonProperty -Added JsonContract, JsonObjectContract, JsonArrayContract, JsonDictionaryContract -Added support for OnSerializing, OnSerialized, OnDeserializing, OnDeserialized callback methods -Major refactoring of serialization internals |
34746
by
JamesNK
|
Jun 19 at
1:37 PM
|
95 |
-More documentation -Changed CustomCreationConverter to throw NotImplementedException when serializing |