Freigeben über


ImmutableListCodec<T> Klasse

Definition

Serialisierungsprogramm für ImmutableList<T>.

[Orleans.RegisterSerializer]
public sealed class ImmutableListCodec<T> : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<System.Collections.Immutable.ImmutableList<T>,Orleans.Serialization.Codecs.ImmutableListSurrogate<T>>
[<Orleans.RegisterSerializer>]
type ImmutableListCodec<'T> = class
    inherit GeneralizedReferenceTypeSurrogateCodec<ImmutableList<'T>, ImmutableListSurrogate<'T>>
Public NotInheritable Class ImmutableListCodec(Of T)
Inherits GeneralizedReferenceTypeSurrogateCodec(Of ImmutableList(Of T), ImmutableListSurrogate(Of T))

Typparameter

T

Der Elementtyp.

Vererbung
Attribute

Konstruktoren

ImmutableListCodec<T>(IValueSerializer<ImmutableListSurrogate<T>>)

Initialisiert eine neue Instanz der ImmutableListCodec<T>-Klasse.

Methoden

ConvertFromSurrogate(ImmutableListSurrogate<T>)

Serialisierungsprogramm für ImmutableList<T>.

ConvertFromSurrogate(TSurrogate)

Konvertiert einen Wert vom Ersatztyp in den Feldtyp.

(Geerbt von GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
ConvertToSurrogate(ImmutableList<T>, ImmutableListSurrogate<T>)

Serialisierungsprogramm für ImmutableList<T>.

ConvertToSurrogate(TField, TSurrogate)

Konvertiert einen Wert in den Ersatztyp.

(Geerbt von GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
ReadValue<TInput>(Reader<TInput>, Field)

Liest einen Wert.

(Geerbt von GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, TField)

Schreibt ein Feld.

(Geerbt von GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)

Gilt für: