Düzenle

Aracılığıyla paylaş


UInt32Codec Class

Definition

Serialzier for UInt32.

[Orleans.RegisterSerializer]
public sealed class UInt32Codec : Orleans.Serialization.Codecs.IFieldCodec<uint>
[<Orleans.RegisterSerializer>]
type UInt32Codec = class
    interface IFieldCodec<uint32>
    interface IFieldCodec
Public NotInheritable Class UInt32Codec
Implements IFieldCodec(Of UInteger)
Inheritance
UInt32Codec
Attributes
Implements

Constructors

UInt32Codec()

Methods

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

Reads a value.

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

Writes a field.

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

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

Explicit Interface Implementations

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

Reads a value.

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

Writes a field.

Applies to