Click or drag to resize
IEntitySerializerDeserializeT Method
DeSerializes the message to Type T.

Namespace:  Intuit.Ipp.Utility
Assembly:  Intuit.Ipp.Utility (in Intuit.Ipp.Utility.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
Object Deserialize<T>(
	string message
)

Parameters

message
Type: SystemString
The message.

Type Parameters

T
The type to be serailse to

Return Value

Type: Object
Returns the deserialized message.
See Also