Düzenle

Aracılığıyla paylaş


TupleCodec<T1,T2> Class

Definition

Serializer for Tuple<T1,T2>.

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

Type Parameters

T1

The type of the tuple's first component.

T2

The type of the tuple's second component.

Inheritance
TupleCodec<T1,T2>
Attributes
Implements

Constructors

TupleCodec<T1,T2>(IFieldCodec<T1>, IFieldCodec<T2>)

Initializes a new instance of the TupleCodec<T1,T2> class.

Methods

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

Reads a value.

WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Tuple<T1,T2>)

Writes a field.

Applies to