 | ResponseErrorGetData Method (Type) |
[This is preliminary documentation and is subject to change.]
Deserializes
Data into the object of specified type.
Namespace:
JsonRpc.Messages
Assembly:
JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic Object GetData(
Type dataType
)
Public Function GetData (
dataType As Type
) As Object
Dim instance As ResponseError
Dim dataType As Type
Dim returnValue As Object
returnValue = instance.GetData(dataType)
public:
Object^ GetData(
Type^ dataType
)
member GetData :
dataType : Type -> Object
Parameters
- dataType
- Type: SystemType
The target type of JSON deserialization.
Return Value
Type:
ObjectThe deserialized data object.
See Also