PropertiesSerializer Klasse

Definition

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)
Vererbung
PropertiesSerializer
Implementiert

Konstruktoren

PropertiesSerializer()

Eine IDataSerializer<TModel>-Struktur für AuthenticationProperties.

Eigenschaften

Default

Ruft die Standardinstanz von PropertiesSerializer ab.

Methoden

Deserialize(Byte[])

Deserialisiert das angegebene data als instance des Typs TModel.

Read(BinaryReader)

Eine IDataSerializer<TModel>-Struktur für AuthenticationProperties.

Serialize(AuthenticationProperties)

Serialisiert den angegebenen model.

Serialize(AuthenticationProperties)

Eine IDataSerializer<TModel>-Struktur für AuthenticationProperties.

Write(BinaryWriter, AuthenticationProperties)

Eine IDataSerializer<TModel>-Struktur für AuthenticationProperties.

Write(BinaryWriter, AuthenticationProperties)

Eine IDataSerializer<TModel>-Struktur für AuthenticationProperties.

Gilt für: