JsonRpcHelper.Deserialize<T>(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static T Deserialize<T>(string data);
static member Deserialize : string -> 'T
Public Shared Function Deserialize(Of T) (data As String) As T
Type Parameters
- T
Parameters
- data
- String