CollectionCodec<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 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))
Type Parameters
- T
The element type.
- Inheritance
-
CollectionCodec<T>
- Attributes
- Implements
Constructors
CollectionCodec<T>(IFieldCodec<T>) |
Initializes a new instance of the CollectionCodec<T> class. |