Partager via


PropertiesSerializer Classe

Définition

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)
Héritage
PropertiesSerializer
Implémente

Constructeurs

PropertiesSerializer()

IDataSerializer<TModel> pour AuthenticationProperties.

Propriétés

Default

Obtient l’instance par défaut de PropertiesSerializer.

Méthodes

Deserialize(Byte[])

Désérialise le spécifié data en tant que instance de type TModel.

Read(BinaryReader)

IDataSerializer<TModel> pour AuthenticationProperties.

Serialize(AuthenticationProperties)

Sérialise le spécifié model.

Serialize(AuthenticationProperties)

IDataSerializer<TModel> pour AuthenticationProperties.

Write(BinaryWriter, AuthenticationProperties)

IDataSerializer<TModel> pour AuthenticationProperties.

Write(BinaryWriter, AuthenticationProperties)

IDataSerializer<TModel> pour AuthenticationProperties.

S’applique à