ChangeLog 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. 2009-06-18 Marek Habersack <[email protected]>
  2. * JavaScriptSerializerTest.cs: added comparison with the
  3. .NET-generated serialization result in TestDeserialize and
  4. TestDeserializeTypeResolver tests.
  5. 2009-03-17 Marek Habersack <[email protected]>
  6. * JavaScriptSerializerTest.cs: added tests for conversion to
  7. IDictionary and IDictionary <K,V> types.
  8. 2009-03-06 Marek Habersack <[email protected]>
  9. * JavaScriptSerializerTest.cs: added a test for unquoted tests
  10. surrounded with spaces.
  11. 2008-10-22 Marek Habersack <[email protected]>
  12. * JavaScriptSerializerTest.cs: added tests for deserialization of
  13. objects with more than one unquoted key names.
  14. 2008-09-20 Juraj Skripsky <[email protected]>
  15. * JavaScriptSerializerTest.cs: added test for bug #424704.
  16. 2008-09-20 Marek Habersack <[email protected]>
  17. * JavaScriptSerializerTest.cs: added some tests
  18. 2008-09-19 Marek Habersack <[email protected]>
  19. * JavaScriptSerializerTest.cs: enabled some tests which were
  20. failing with the old (de)serializer, but work with the new one.