UtilityDeserializeResponseT Method (String, Object) |
Namespace:
IBM.Watson.DeveloperCloud.Utilities
Assembly:
UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) 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
- obj (Optional)
- Type: SystemObject
Type Parameters
- T
Return Value
Type:
TSee Also