ListCodec<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serializer for 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))
Type Parameters
- T
The element type.
- Inheritance
-
ListCodec<T>
- Attributes
- Implements
Constructors
ListCodec<T>(IFieldCodec<T>) |
Initializes a new instance of the ListCodec<T> class. |