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()

AuthenticationPropertiesIDataSerializer<TModel>

屬性

Default

取得 PropertiesSerializer 的預設執行個體。

方法

Deserialize(Byte[])

將指定的 data 還原序列化為 類型的 TModel 實例。

Read(BinaryReader)

AuthenticationPropertiesIDataSerializer<TModel>

Serialize(AuthenticationProperties)

序列化指定的 model

Serialize(AuthenticationProperties)

AuthenticationPropertiesIDataSerializer<TModel>

Write(BinaryWriter, AuthenticationProperties)

AuthenticationPropertiesIDataSerializer<TModel>

Write(BinaryWriter, AuthenticationProperties)

AuthenticationPropertiesIDataSerializer<TModel>

適用於