PropertiesSerializer Třída

Definice

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)
Dědičnost
PropertiesSerializer
Implementuje

Konstruktory

PropertiesSerializer()

Vlastnosti

Default

Získá výchozí instanci PropertiesSerializer.

Metody

Deserialize(Byte[])

Deserializuje zadanou data instanci typu TModel.

Read(BinaryReader) System.Object.Read(System.IO.BinaryReader)
Serialize(AuthenticationProperties)

Serializuje zadané model.

Serialize(AuthenticationProperties)
Write(BinaryWriter, AuthenticationProperties) System.Object.Write(System.IO.BinaryWriter,Microsoft.AspNetCore.Authentication.AuthenticationProperties)
Write(BinaryWriter, AuthenticationProperties)

Platí pro