Click or drag to resize
BioRadioConfigurationJavaScriptConverter.Deserialize 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.Generic.IDictionary<String, Object>
type
Type: System.Type
serializer
Type: System.Web.Script.Serialization.JavaScriptSerializer

Return Value

Type: Object
See Also