Partager via


CollectionCodec<T> Classe

Définition

Sérialiseur pour Collection<T>.

[Orleans.RegisterSerializer]
public sealed class CollectionCodec<T> : Orleans.Serialization.Codecs.IFieldCodec<System.Collections.ObjectModel.Collection<T>>
[<Orleans.RegisterSerializer>]
type CollectionCodec<'T> = class
    interface IFieldCodec<Collection<'T>>
    interface IFieldCodec
Public NotInheritable Class CollectionCodec(Of T)
Implements IFieldCodec(Of Collection(Of T))

Paramètres de type

T

Type de l’élément.

Héritage
CollectionCodec<T>
Attributs
Implémente

Constructeurs

CollectionCodec<T>(IFieldCodec<T>)

Initialise une nouvelle instance de la classe CollectionCodec<T>.

Méthodes

ReadValue<TInput>(Reader<TInput>, Field)

Lit une valeur.

WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Collection<T>)

Écrit un champ.

S’applique à