Commit History

Author SHA1 Message Date
  Alexander Köplinger 2a978a42f1 [bcl] Remove NET_3_5 defines from class libs 11 years ago
  Zoltan Varga 032f313d5f [bcl] Remove NET_4_0 defines from class libs. 11 years ago
  Ryan J. Melena ef13507552 Revert incorrect changes from commit 950d9c8a567273c3363f43cee454f2b95a9f5da7 11 years ago
  Miguel de Icaza 6af7989628 Re-apply the patch, there isa fix for it 11 years ago
  Miguel de Icaza 112079b844 Revert this patch, as it broke the test suite 11 years ago
  Ryan Melena 950d9c8a56 Additional JWT Security Token Support 11 years ago
  Ryan J. Melena 725b211d9f Minimal implementation of classes and methods necessary to support the JWT functionality in System.IdentityModel.Tokens.Jwt (https://github.com/MSOpenTech/azure-activedirectory-identitymodel-extensions-for-dotnet). This change is released under the MIT license. 11 years ago
  marcos henrich e28d8783c5 Improved JavaScriptSerializer.ConvertToType Nullable handling. Fixes #19287. ConvertToType was returning null even when the object was not a string. When the target type is Nullable, ConvertToType returns null if the object is an empty string, if the object is not a string and the target type is obtainable from a string then the object is converted to a string and the string to the target type. 11 years ago
  Atsushi Eno e10c36924b Fix JavaScriptSerializer.Deserialize() for dictionary of array of anonymously typed dictionary. 13 years ago
  Marek Safar 42cdbf3f8f Make System.Web.Script.Serialization.JavaScriptSerializer.ConvertToType(Type, object) public. Fixes #2781 14 years ago
  Marek Habersack b68b65ad17 2009-08-18 Marek Habersack <[email protected]> 16 years ago
  Marek Habersack 83dfe82864 2009-08-17 Marek Habersack <[email protected]> 16 years ago
  Marek Habersack 1a9392fea7 2009-08-15 Marek Habersack <[email protected]> 16 years ago
  Marek Habersack 9ccd39fb07 2009-03-17 Marek Habersack <[email protected]> 17 years ago
  Marek Habersack 1905082013 2008-09-23 Marek Habersack <[email protected]> 17 years ago
  Marek Habersack 93a1d2ad6c 2008-09-19 Marek Habersack <[email protected]> 17 years ago
  Marek Habersack 5defc3fa29 2008-09-17 Marek Habersack <[email protected]> 17 years ago
  Marek Habersack 0befa2bb02 2008-08-30 Marek Habersack <[email protected]> 17 years ago
  Marek Habersack 0e1e0d5903 2008-08-28 Marek Habersack <[email protected]> 17 years ago
  Marek Habersack 128130fb6c 2008-08-22 Marek Habersack <[email protected]> 17 years ago
  Igor Zelmanovich 9b2b9d6420 merge r108947-108948 17 years ago
  Konstantin Triger a344135835 convert ArrayList to array only in case of DeserializeObject() 18 years ago
  R. Tyler Ballance 81d13bb3a6 Gak, forgot to move the code after the null check on 'type'` 18 years ago
  R. Tyler Ballance 407dc6bc3f Fix for handling Nullable types in JSON deserialization 18 years ago
  Adar Wesley 56dd3d066a Added support for TypeResolver to JavaScriptSerializer. 18 years ago
  Konstantin Triger 3a12a9c2e9 fix enum serialization 18 years ago
  Konstantin Triger 7253fb1adc refactoring 18 years ago
  Adar Wesley 99aa850634 Implemented support for JavaScriptSerializer.MaxJsonLength and 18 years ago
  Konstantin Triger fe410f7cc1 initial implementation for JavaScriptSerializer.MaxJsonLength, JavaScriptSerializer.RecursionLimit 18 years ago
  Igor Zelmanovich 0fbd8e2b37 JavaScriptSerializer.Deserialize method returns correct type object. 18 years ago