IJsonSerializerDeserializeObjectT Method |
Converts a JSON string to a typed object
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax T DeserializeObject<T>(
string json
)
Parameters
- json
- Type: SystemString
The json string to parse
Type Parameters
- T
- The type of object to return
Return Value
Type:
TThe object
See Also