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