共用方式為


CollectionCodec<T> 類別

定義

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

類型參數

T

元素類型。

繼承
CollectionCodec<T>
屬性
實作

建構函式

CollectionCodec<T>(IFieldCodec<T>)

初始化 CollectionCodec<T> 類別的新執行個體。

方法

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

讀取值。

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

寫入欄位。

適用於