Class DynamicJsonConverter
Inheritance
System.Object
DynamicJsonConverter
Assembly: DotNetNuke.dll
Syntax
public sealed class DynamicJsonConverter : JavaScriptConverter
Properties
|
Improve this Doc
View Source
SupportedTypes
Declaration
public override IEnumerable<Type> SupportedTypes { get; }
Property Value
Type |
Description |
IEnumerable<Type> |
|
Methods
|
Improve this Doc
View Source
Deserialize(IDictionary<String, Object>, Type, JavaScriptSerializer)
Declaration
public override object Deserialize(IDictionary<string, object> dictionary, Type type, JavaScriptSerializer serializer)
Parameters
Type |
Name |
Description |
IDictionary<System.String, System.Object> |
dictionary |
|
Type |
type |
|
JavaScriptSerializer |
serializer |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
Serialize(Object, JavaScriptSerializer)
Declaration
public override IDictionary<string, object> Serialize(object obj, JavaScriptSerializer serializer)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
JavaScriptSerializer |
serializer |
|
Returns
Type |
Description |
IDictionary<System.String, System.Object> |
|
Extension Methods