|
BioRadioConfigurationJavaScriptConverterDeserialize Method |
Namespace: GLNeuroTech.Devices.BioRadio.ConfigurationAssembly: 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
)
Public Overrides Function Deserialize (
dictionary As IDictionary(Of String, Object),
type As Type,
serializer As JavaScriptSerializer
) As Object
public:
virtual Object^ Deserialize(
IDictionary<String^, Object^>^ dictionary,
Type^ type,
JavaScriptSerializer^ serializer
) override
abstract Deserialize :
dictionary : IDictionary<string, Object> *
type : Type *
serializer : JavaScriptSerializer -> Object
override Deserialize :
dictionary : IDictionary<string, Object> *
type : Type *
serializer : JavaScriptSerializer -> Object
Parameters
- dictionary
- Type: System.Collections.GenericIDictionaryString, Object
- type
- Type: SystemType
- serializer
- Type: System.Web.Script.SerializationJavaScriptSerializer
Return Value
Type:
ObjectSee Also