Intersoft.Client.Framework Namespace > JsonSerializer Class > Deserialize Method : Deserialize(Type,String) Method |
Public Overloads Shared Function Deserialize( _ ByVal type As Type, _ ByVal jsonString As String _ ) As Object
Dim type As Type Dim jsonString As String Dim value As Object value = JsonSerializer.Deserialize(type, jsonString)
public static object Deserialize( Type type, string jsonString )
public: static Object^ Deserialize( Type^ type, String^ jsonString )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2