JsonReader.Read<T> method

Creates a generic object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Function Read(Of T) As T
'Usage
Dim instance As JsonReader
Dim returnValue As T

returnValue = instance.Read()
public T Read<T>()

Type parameters

  • T
    The type of the object that will be created from the JSON string.

Return value

Type: T
JsonTokenType .

Remarks

The type of the object that is created by this method must be one of the types in JsonTokenType.

See also

Reference

JsonReader class

JsonReader members

Microsoft.SharePoint.Client namespace