Click or drag to resize

UtilityDeserializeResponseT Method (Byte, 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
C#
public static T DeserializeResponse<T>(
	byte[] resp,
	Object obj = null
)
where T : class, new()

Parameters

resp
Type: SystemByte
Resp.
obj (Optional)
Type: SystemObject
Object.

Type Parameters

T
The 1st type parameter.

Return Value

Type: T
The response.
See Also