다음을 통해 공유


OrleansJsonSerializer.Deserialize 메서드

정의

오버로드

Deserialize(Type, IDeserializationContext)

항목을 역직렬화하려고 시도합니다.

Deserialize(Type, String)

제공된 입력에서 지정된 예상 형식의 개체를 역직렬화합니다.

Deserialize(Type, IDeserializationContext)

Source:
OrleansJsonSerializer.cs

항목을 역직렬화하려고 시도합니다.

public object Deserialize (Type expectedType, Orleans.Serialization.IDeserializationContext context);
abstract member Deserialize : Type * Orleans.Serialization.IDeserializationContext -> obj
override this.Deserialize : Type * Orleans.Serialization.IDeserializationContext -> obj
Public Function Deserialize (expectedType As Type, context As IDeserializationContext) As Object

매개 변수

expectedType
Type

역직렬화해야 하는 형식

context
IDeserializationContext

개체가 역직렬화되는 컨텍스트입니다.

반환

역직렬화된 개체

구현

적용 대상

Deserialize(Type, String)

제공된 입력에서 지정된 예상 형식의 개체를 역직렬화합니다.

public object Deserialize (Type expectedType, string input);
member this.Deserialize : Type * string -> obj
Public Function Deserialize (expectedType As Type, input As String) As Object

매개 변수

expectedType
Type

예상된 형식입니다.

input
String

입력입니다.

반환

역직렬화된 개체입니다.

적용 대상