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