UtilityDeserializeResponseT Method (String, Object) |
Deserializes the response.
Namespace:
IBM.Watson.DeveloperCloud.Utilities
Assembly:
unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public static T DeserializeResponse<T>(
string json,
Object obj = null
)
where T : class, new()
Parameters
- json
- Type: SystemString
Json string of object - obj (Optional)
- Type: SystemObject
Object.
Type Parameters
- T
- The 1st type parameter.
Return Value
Type:
TThe response.
See Also