Compartir a través de


DecimalCodec Clase

Definición

Serializador para Decimal.

[Orleans.RegisterSerializer]
public sealed class DecimalCodec : Orleans.Serialization.Codecs.IFieldCodec<decimal>
[<Orleans.RegisterSerializer>]
type DecimalCodec = class
    interface IFieldCodec<decimal>
    interface IFieldCodec
Public NotInheritable Class DecimalCodec
Implements IFieldCodec(Of Decimal)
Herencia
DecimalCodec
Atributos
Implementaciones

Constructores

DecimalCodec()

Serializador para Decimal.

Métodos

ReadDecimalRaw<TInput>(Reader<TInput>)

Lee un valor sin marco de protocolo.

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

Lee un valor.

WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Decimal)

Escribe un campo sin información de tipo (el tipo esperado se conoce estáticamente).

Implementaciones de interfaz explícitas

IFieldCodec<Decimal>.ReadValue<TInput>(Reader<TInput>, Field)

Lee un valor.

IFieldCodec<Decimal>.WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Decimal)

Escribe un campo.

Se aplica a