Skip to content

ImmutableListCodec<T>

class

Namespace: Orleans.Serialization.Codecs

Serializer for System.Collections.Immutable.ImmutableList.
public sealed class ImmutableListCodec<T> : GeneralizedReferenceTypeSurrogateCodec<ImmutableList<T>, ImmutableListSurrogate<T>>

Constructors

Methods