Edit

Share via


TupleCodec<T1,T2,T3,T4,T5,T6,T7> Class

Definition

Serializer for Tuple<T1,T2,T3,T4,T5,T6,T7>.

[Orleans.RegisterSerializer]
public sealed class TupleCodec<T1,T2,T3,T4,T5,T6,T7> : Orleans.Serialization.Codecs.IFieldCodec<Tuple<T1,T2,T3,T4,T5,T6,T7>>
[<Orleans.RegisterSerializer>]
type TupleCodec<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7> = class
    interface IFieldCodec<'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6 * 'T7>
    interface IFieldCodec
Public NotInheritable Class TupleCodec(Of T1, T2, T3, T4, T5, T6, T7)
Implements IFieldCodec(Of Tuple(Of T1, T2, T3, T4, T5, T6, T7))

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.

T6

The type of the tuple's sixth component.

T7

The type of the tuple's seventh component.

Inheritance
TupleCodec<T1,T2,T3,T4,T5,T6,T7>
Attributes
Implements
IFieldCodec IFieldCodec<Tuple<T1,T2,T3,T4,T5,T6,T7>>

Constructors

TupleCodec<T1,T2,T3,T4,T5,T6,T7>(IFieldCodec<T1>, IFieldCodec<T2>, IFieldCodec<T3>, IFieldCodec<T4>, IFieldCodec<T5>, IFieldCodec<T6>, IFieldCodec<T7>)

Initializes a new instance of the TupleCodec<T1,T2,T3,T4,T5,T6,T7> class.

Methods

ReadValue<TInput>(Reader<TInput>, Field)

Reads a value.

WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Tuple<T1,T2,T3,T4,T5,T6,T7>)

Writes a field.

Applies to