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 |
Konstantin Triger
|
5bfd9917ea
support serialization of IDictionary<>; refactoring
|
18 years ago |
Igor Zelmanovich
|
940a290249
added DefaultSerializer property for internal use
|
18 years ago |
Konstantin Triger
|
74cb159088
implemented DeserializeObject
|
18 years ago |
Konstantin Triger
|
f9fe8387c3
implemented JavaScriptConverter..Deserialize functionality
|
18 years ago |
Konstantin Triger
|
db56e73b59
implementation of converters for serialization
|
18 years ago |
Konstantin Triger
|
a763e0b947
Initial JavaScriptSerializer implementation
|
18 years ago |