IJsonSerializerConvertToListT Method |
Converts the object from its intermediary JSON array class to a .NET list,
if applicable.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax IList<T> ConvertToList<T>(
Object obj
)
Parameters
- obj
- Type: SystemObject
The object to try to convert
Type Parameters
- T
- The type of object in the list
Return Value
Type:
IListTThe .NET list, or null if the object cannot be converted
See Also