Düzenle

Aracılığıyla paylaş


ByteCodec Class

Definition

Serializer for Byte.

[Orleans.RegisterSerializer]
public sealed class ByteCodec : Orleans.Serialization.Codecs.IFieldCodec<byte>
[<Orleans.RegisterSerializer>]
type ByteCodec = class
    interface IFieldCodec<byte>
    interface IFieldCodec
Public NotInheritable Class ByteCodec
Implements IFieldCodec(Of Byte)
Inheritance
ByteCodec
Attributes
Implements

Constructors

ByteCodec()

Methods

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

Reads a value.

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

Writes a field without type info (expected type is statically known).

WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Byte, Type)

Writes a field.

Explicit Interface Implementations

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

Reads a value.

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

Writes a field.

Applies to