UInt128Codec 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 UInt128.
[Orleans.RegisterSerializer]
public sealed class UInt128Codec : Orleans.Serialization.Codecs.IFieldCodec<UInt128>
[<Orleans.RegisterSerializer>]
type UInt128Codec = class
interface IFieldCodec<UInt128>
interface IFieldCodec
Public NotInheritable Class UInt128Codec
Implements IFieldCodec(Of UInt128)
- Inheritance
-
UInt128Codec
- Attributes
- Implements
Constructors
UInt128Codec() |
Methods
ReadValue<TInput>(Reader<TInput>, Field) |
Reads a value. |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, UInt128) |
Writes a field without type info (expected type is statically known). |
Explicit Interface Implementations
IFieldCodec<UInt128>.ReadValue<TInput>(Reader<TInput>, Field) |
Reads a value. |
IFieldCodec<UInt128>.WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, UInt128) |
Writes a field. |