PropertiesSerializer 클래스

정의

public ref class PropertiesSerializer : Microsoft::AspNetCore::Authentication::IDataSerializer<Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^>
public ref class PropertiesSerializer : Microsoft::AspNetCore::Authentication::IDataSerializer<Microsoft::AspNetCore::Authentication::AuthenticationProperties ^>
public class PropertiesSerializer : Microsoft.AspNetCore.Authentication.IDataSerializer<Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties>
public class PropertiesSerializer : Microsoft.AspNetCore.Authentication.IDataSerializer<Microsoft.AspNetCore.Authentication.AuthenticationProperties>
type PropertiesSerializer = class
    interface IDataSerializer<AuthenticationProperties>
Public Class PropertiesSerializer
Implements IDataSerializer(Of AuthenticationProperties)
상속
PropertiesSerializer
구현

생성자

PropertiesSerializer()

AuthenticationProperties에 대한 IDataSerializer<TModel>입니다.

속성

Default

PropertiesSerializer의 기본 인스턴스를 가져옵니다.

메서드

Deserialize(Byte[])

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

Read(BinaryReader)

AuthenticationProperties에 대한 IDataSerializer<TModel>입니다.

Serialize(AuthenticationProperties)

지정된 model를 serialize합니다.

Serialize(AuthenticationProperties)

AuthenticationProperties에 대한 IDataSerializer<TModel>입니다.

Write(BinaryWriter, AuthenticationProperties)

AuthenticationProperties에 대한 IDataSerializer<TModel>입니다.

Write(BinaryWriter, AuthenticationProperties)

AuthenticationProperties에 대한 IDataSerializer<TModel>입니다.

적용 대상