PropertiesSerializer Class

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)
Inheritance
PropertiesSerializer
Implements

Constructors

PropertiesSerializer()

Properties

Default

Gets the default instance of PropertiesSerializer.

Methods

Deserialize(Byte[])

Deserializes the specified data as an instance of type TModel.

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

Serializes the specified model.

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

Applies to