Click or drag to resize
JsonObjectConverterDeserialize Method (IDictionaryString, Object, Type, JavaScriptSerializer)

[Missing <summary> documentation for "M:X3Platform.Ajax.Json.JsonObjectConverter.Deserialize(System.Collections.Generic.IDictionary{System.String,System.Object},System.Type,System.Web.Script.Serialization.JavaScriptSerializer)"]

Namespace: X3Platform.Ajax.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public override Object Deserialize(
	IDictionary<string, Object> dictionary,
	Type type,
	JavaScriptSerializer serializer
)

Parameters

dictionary
Type: System.Collections.GenericIDictionaryString, Object

[Missing <param name="dictionary"/> documentation for "M:X3Platform.Ajax.Json.JsonObjectConverter.Deserialize(System.Collections.Generic.IDictionary{System.String,System.Object},System.Type,System.Web.Script.Serialization.JavaScriptSerializer)"]

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:X3Platform.Ajax.Json.JsonObjectConverter.Deserialize(System.Collections.Generic.IDictionary{System.String,System.Object},System.Type,System.Web.Script.Serialization.JavaScriptSerializer)"]

serializer
Type: System.Web.Script.SerializationJavaScriptSerializer

[Missing <param name="serializer"/> documentation for "M:X3Platform.Ajax.Json.JsonObjectConverter.Deserialize(System.Collections.Generic.IDictionary{System.String,System.Object},System.Type,System.Web.Script.Serialization.JavaScriptSerializer)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:X3Platform.Ajax.Json.JsonObjectConverter.Deserialize(System.Collections.Generic.IDictionary{System.String,System.Object},System.Type,System.Web.Script.Serialization.JavaScriptSerializer)"]

See Also