JsonSerializer.Deserialize (Type, Stream) Method

public static object Deserialize( 
Type type
Stream stream 
)
This language is not supported or no code example is available.
public:  
static object^ Deserialize( 
Type^ type
Stream^ stream 
)
This language is not supported or no code example is available.
public static function Deserialize( 
type : Type
stream : Stream 
) : object;
This language is not supported or no code example is available.

Parameters

type
Type

stream
Stream

Return Value

object

In this article

Definition