ListCodec<T> 类

定义

List<T>序列化程序。

[Orleans.RegisterSerializer]
public sealed class ListCodec<T> : Orleans.Serialization.Codecs.IFieldCodec<System.Collections.Generic.List<T>>
[Orleans.RegisterSerializer]
public sealed class ListCodec<T> : Orleans.Serialization.Codecs.IFieldCodec<System.Collections.Generic.List<T>>, Orleans.Serialization.Serializers.IBaseCodec<System.Collections.Generic.List<T>>
[<Orleans.RegisterSerializer>]
type ListCodec<'T> = class
    interface IFieldCodec<List<'T>>
    interface IFieldCodec
[<Orleans.RegisterSerializer>]
type ListCodec<'T> = class
    interface IFieldCodec<List<'T>>
    interface IFieldCodec
    interface IBaseCodec<List<'T>>
    interface IBaseCodec
Public NotInheritable Class ListCodec(Of T)
Implements IFieldCodec(Of List(Of T))
Public NotInheritable Class ListCodec(Of T)
Implements IBaseCodec(Of List(Of T)), IFieldCodec(Of List(Of T))

类型参数

T

元素类型。

继承
ListCodec<T>
属性
实现

适用于