Edit

Share via


SByteCodec Class

Definition

Serializer for SByte.

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

Constructors

SByteCodec()

Methods

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

Reads a value.

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

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

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

Writes a field.

Explicit Interface Implementations

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

Reads a value.

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

Writes a field.

Applies to