GridSerializer.KeyDeserializer property
Gets or sets a delegate that takes a string representing a JavaScript Object Notation (JSON) serialized key, and returns a corresponding object. For instance, this delegate might take a string “4” and return a Int32 with the value 4.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property KeyDeserializer As KeyDeserializer
Get
Set
'Usage
Dim instance As GridSerializer
Dim value As KeyDeserializer
value = instance.KeyDeserializer
instance.KeyDeserializer = value
public KeyDeserializer KeyDeserializer { get; set; }
Property value
Type: Microsoft.SharePoint.JSGrid.KeyDeserializer
KeyDeserializer is a delegate for deserializing a key.