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