IJsonSerializerDeserializeT Method |
Reads a stream and converts the contained data to a typed object
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax T Deserialize<T>(
Stream json
)
Parameters
- json
- Type: System.IOStream
The stream to read from
Type Parameters
- T
- The type of object to return
Return Value
Type:
TThe parsed object
See Also