ImmutableListCodec<T>
class
Namespace: Orleans.Serialization.Codecs
Serializer for
System.Collections.Immutable.ImmutableList. public sealed class ImmutableListCodec<T> : GeneralizedReferenceTypeSurrogateCodec<ImmutableList<T>, ImmutableListSurrogate<T>>Constructors
ImmutableListCodec<T>(IValueSerializer<ImmutableListSurrogate<T>>)Initializes a new instance of theOrleans.Serialization.Codecs.ImmutableListCodecclass.
Methods
ConvertFromSurrogate(ImmutableListSurrogate<T>)Converts a value from the surrogate type to the field type.ConvertToSurrogate(ImmutableList<T>, ImmutableListSurrogate<T>)Converts a value to the surrogate type.
