Click or drag to resize
BioRadioConfigurationJavaScriptConverterDeserialize Method

Namespace: GLNeuroTech.Devices.BioRadio.Configuration
Assembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax
public override Object Deserialize(
	IDictionary<string, Object> dictionary,
	Type type,
	JavaScriptSerializer serializer
)

Parameters

dictionary
Type: System.Collections.GenericIDictionaryString, Object
type
Type: SystemType
serializer
Type: System.Web.Script.SerializationJavaScriptSerializer

Return Value

Type: Object
See Also