Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Taxonomy.WebServices
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Overrides Function Deserialize ( _
dictionary As IDictionary(Of String, Object), _
type As Type, _
serializer As JavaScriptSerializer _
) As Object
'Usage
Dim instance As TermStoreGenericObjectConverter
Dim dictionary As IDictionary(Of String, Object)
Dim type As Type
Dim serializer As JavaScriptSerializer
Dim returnValue As Object
returnValue = instance.Deserialize(dictionary, _
type, serializer)
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: System.Object
Returns Object.
See Also
Reference
TermStoreGenericObjectConverter Class