Click or drag to resize

ApiClientSerializationDeserializeFromStreamT Method

Deserializes the data structure contained by the specified stream into an instance of the specified type.

Namespace:  ArangoDBNetStandard.Serialization
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public abstract T DeserializeFromStream<T>(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream containing the JSON structure to deserialize.

Type Parameters

T
The type of the object to deserialize to.

Return Value

Type: T

Implements

IApiClientSerializationDeserializeFromStreamT(Stream)
See Also