Click or drag to resize

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