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