UInt64Codec Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serializer for Int64.
[Orleans.RegisterSerializer]
public sealed class UInt64Codec : Orleans.Serialization.Codecs.IFieldCodec<ulong>
[<Orleans.RegisterSerializer>]
type UInt64Codec = class
interface IFieldCodec<uint64>
interface IFieldCodec
Public NotInheritable Class UInt64Codec
Implements IFieldCodec(Of ULong)
- Inheritance
-
UInt64Codec
- Attributes
- Implements
Constructors
UInt64Codec() |
Methods
ReadValue<TInput>(Reader<TInput>, Field) |
Reads a value. |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, UInt64, Type) |
Writes a field. |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, UInt64) |
Writes a field without type info (expected type is statically known). |
Explicit Interface Implementations
IFieldCodec<UInt64>.ReadValue<TInput>(Reader<TInput>, Field) |
Reads a value. |
IFieldCodec<UInt64>.WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, UInt64) |
Writes a field. |