CollectionCodec<T> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
的 Collection<T>序列化程序。
[Orleans.RegisterSerializer]
public sealed class CollectionCodec<T> : Orleans.Serialization.Codecs.IFieldCodec<System.Collections.ObjectModel.Collection<T>>
[Orleans.RegisterSerializer]
public sealed class CollectionCodec<T> : Orleans.Serialization.Codecs.IFieldCodec<System.Collections.ObjectModel.Collection<T>>, Orleans.Serialization.Serializers.IBaseCodec<System.Collections.ObjectModel.Collection<T>>
[<Orleans.RegisterSerializer>]
type CollectionCodec<'T> = class
interface IFieldCodec<Collection<'T>>
interface IFieldCodec
[<Orleans.RegisterSerializer>]
type CollectionCodec<'T> = class
interface IFieldCodec<Collection<'T>>
interface IFieldCodec
interface IBaseCodec<Collection<'T>>
interface IBaseCodec
Public NotInheritable Class CollectionCodec(Of T)
Implements IFieldCodec(Of Collection(Of T))
Public NotInheritable Class CollectionCodec(Of T)
Implements IBaseCodec(Of Collection(Of T)), IFieldCodec(Of Collection(Of T))
类型参数
- T
元素类型。
- 继承
-
CollectionCodec<T>
- 属性
- 实现
构造函数
CollectionCodec<T>(IFieldCodec<T>) |
初始化 CollectionCodec<T> 类的新实例。 |