IApiClientSerializationDeserializeFromStreamT 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 T DeserializeFromStream<T>(
Stream stream
)
Function DeserializeFromStream(Of T) (
stream As Stream
) As T
generic<typename T>
T DeserializeFromStream(
Stream^ stream
)
abstract DeserializeFromStream :
stream : Stream -> 'T
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:
TSee Also