Click or drag to resize

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
C#
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: T
The object
See Also