다음을 통해 공유


PropertiesSerializer.Deserialize(Byte[]) 메서드

정의

지정된 data 을 형식TModel의 instance 역직렬화합니다.

public:
 virtual Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ Deserialize(cli::array <System::Byte> ^ data);
public:
 virtual Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ Deserialize(cli::array <System::Byte> ^ data);
public virtual Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties Deserialize (byte[] data);
public virtual Microsoft.AspNetCore.Authentication.AuthenticationProperties Deserialize (byte[] data);
public virtual Microsoft.AspNetCore.Authentication.AuthenticationProperties? Deserialize (byte[] data);
abstract member Deserialize : byte[] -> Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties
override this.Deserialize : byte[] -> Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties
abstract member Deserialize : byte[] -> Microsoft.AspNetCore.Authentication.AuthenticationProperties
override this.Deserialize : byte[] -> Microsoft.AspNetCore.Authentication.AuthenticationProperties
Public Overridable Function Deserialize (data As Byte()) As AuthenticationProperties

매개 변수

data
Byte[]

역직렬화되는 바이트입니다.

반환

모델입니다.

구현

적용 대상