Serializer.DeserializeFromJson<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.
Deserialize input string to object
public static T DeserializeFromJson<T> (string json);
static member DeserializeFromJson : string -> 'T
Public Shared Function DeserializeFromJson(Of T) (json As String) As T
Type Parameters
- T
Parameters
- json
- String
Returns
- T