Compartir a través de


TimeOnlyCodec Clase

Definición

Serializador para TimeOnly.

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

Constructores

TimeOnlyCodec()

Serializador para TimeOnly.

Métodos

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

Lee un TimeOnly valor.

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

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

Implementaciones de interfaz explícitas

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

Lee un valor.

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

Escribe un campo.

Se aplica a