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

IDataSerializer<TModel> для AuthenticationProperties.

Свойства

Default

Возвращает экземпляр PropertiesSerializer по умолчанию.

Методы

Deserialize(Byte[])

Десериализует указанный data как экземпляр типа TModel.

Read(BinaryReader)

IDataSerializer<TModel> для AuthenticationProperties.

Serialize(AuthenticationProperties)

Сериализует указанный modelобъект .

Serialize(AuthenticationProperties)

IDataSerializer<TModel> для AuthenticationProperties.

Write(BinaryWriter, AuthenticationProperties)

IDataSerializer<TModel> для AuthenticationProperties.

Write(BinaryWriter, AuthenticationProperties)

IDataSerializer<TModel> для AuthenticationProperties.

Применяется к