Compartir a través de


DateOnlyCodec Clase

Definición

Serializador para DateOnly.

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

Constructores

DateOnlyCodec()

Serializador para DateOnly.

Métodos

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

Lee un DateOnly valor.

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

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

Implementaciones de interfaz explícitas

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

Lee un valor.

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

Escribe un campo.

Se aplica a