UInt32Codec 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.
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. |