Compartir a través de


CharCodec Clase

Definición

Serializador para Char.

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

Constructores

CharCodec()

Serializador para Char.

Métodos

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

Lee un valor.

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

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

Implementaciones de interfaz explícitas

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

Lee un valor.

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

Escribe un campo.

Se aplica a