CFXJsonSerializerDeserializeObject Method (String, Type) |
[This is preliminary documentation and is subject to change.]
Namespace:
CFX.Utilities
Assembly:
CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntaxpublic static Object DeserializeObject(
string jsonData,
Type type
)
Public Shared Function DeserializeObject (
jsonData As String,
type As Type
) As Object
Parameters
- jsonData
- Type: SystemString
- type
- Type: SystemType
Return Value
Type:
Object
See Also