ImmutableStackCodec<T> Class
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 ImmutableStack<T>.
C#
[Orleans.RegisterSerializer]
public sealed class ImmutableStackCodec<T> : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<System.Collections.Immutable.ImmutableStack<T>,Orleans.Serialization.Codecs.ImmutableStackSurrogate<T>>
[<Orleans.RegisterSerializer>]
type ImmutableStackCodec<'T> = class
inherit GeneralizedReferenceTypeSurrogateCodec<ImmutableStack<'T>, ImmutableStackSurrogate<'T>>
Public NotInheritable Class ImmutableStackCodec(Of T)
Inherits GeneralizedReferenceTypeSurrogateCodec(Of ImmutableStack(Of T), ImmutableStackSurrogate(Of T))
- T
The element type.
- Inheritance
-
ImmutableStackCodec<T>
- Attributes
Immutable |
Initializes a new instance of the ImmutableStackCodec<T> class. |
Convert |
System.Object.ConvertFromSurrogate(Orleans.Serialization.Codecs.ImmutableStackSurrogate{`0}@) |
Convert |
Converts a value from the surrogate type to the field type. (Inherited from GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
Convert |
System.Object.ConvertToSurrogate(System.Collections.Immutable.ImmutableStack{`0},Orleans.Serialization.Codecs.ImmutableStackSurrogate{`0}@) |
Convert |
Converts a value to the surrogate type. (Inherited from GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
Read |
Reads a value. (Inherited from GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
Write |
Writes a field. (Inherited from GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
Προϊόν | Εκδόσεις |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |