ValueTupleCodec 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 ValueTuple.
[Orleans.RegisterSerializer]
public sealed class ValueTupleCodec : Orleans.Serialization.Codecs.IFieldCodec<ValueTuple>
[<Orleans.RegisterSerializer>]
type ValueTupleCodec = class
interface IFieldCodec<ValueTuple>
interface IFieldCodec
Public NotInheritable Class ValueTupleCodec
Implements IFieldCodec(Of ValueTuple)
- Inheritance
-
ValueTupleCodec
- Attributes
- Implements
Constructors
ValueTupleCodec() |
Methods
ReadValue<TInput>(Reader<TInput>, Field) |
Reads a value. |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, ValueTuple) |
Writes a field. |