OmniChannelControl.GetObjectFromJson<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.
protected:
generic <typename T>
T GetObjectFromJson(System::String ^ jsonString);
protected T GetObjectFromJson<T> (string jsonString);
member this.GetObjectFromJson : string -> 'T
Protected Function GetObjectFromJson(Of T) (jsonString As String) As T
Type Parameters
- T
Parameters
- jsonString
- String
Returns
T