TupleCodec<T1,T2,T3,T4,T5> 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 Tuple<T1,T2,T3,T4,T5>.
[Orleans.RegisterSerializer]
public sealed class TupleCodec<T1,T2,T3,T4,T5> : Orleans.Serialization.Codecs.IFieldCodec<Tuple<T1,T2,T3,T4,T5>>
[<Orleans.RegisterSerializer>]
type TupleCodec<'T1, 'T2, 'T3, 'T4, 'T5> = class
interface IFieldCodec<'T1 * 'T2 * 'T3 * 'T4 * 'T5>
interface IFieldCodec
Public NotInheritable Class TupleCodec(Of T1, T2, T3, T4, T5)
Implements IFieldCodec(Of Tuple(Of T1, T2, T3, T4, T5))
Type Parameters
- T1
The type of the tuple's first component.
- T2
The type of the tuple's second component.
- T3
The type of the tuple's third component.
- T4
The type of the tuple's fourth component.
- T5
The type of the tuple's fifth component.
- Inheritance
-
TupleCodec<T1,T2,T3,T4,T5>
- Attributes
- Implements
-
IFieldCodec IFieldCodec<Tuple<T1,T2,T3,T4,T5>>
Constructors
TupleCodec<T1,T2,T3,T4,T5>(IFieldCodec<T1>, IFieldCodec<T2>, IFieldCodec<T3>, IFieldCodec<T4>, IFieldCodec<T5>) |
Initializes a new instance of the TupleCodec<T1,T2,T3,T4,T5> class. |
Methods
ReadValue<TInput>(Reader<TInput>, Field) |
Reads a value. |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Tuple<T1,T2,T3,T4,T5>) |
Writes a field. |