FSharpUnitCodec 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 Microsoft.FSharp.Core.Unit
[Orleans.RegisterSerializer]
public sealed class FSharpUnitCodec : Orleans.Serialization.Codecs.IFieldCodec<Microsoft.FSharp.Core.Unit>
[<Orleans.RegisterSerializer>]
type FSharpUnitCodec = class
interface IFieldCodec<unit>
interface IFieldCodec
Public NotInheritable Class FSharpUnitCodec
Implements IFieldCodec(Of Unit)
- Inheritance
-
FSharpUnitCodec
- Attributes
- Implements
-
IFieldCodec IFieldCodec<Microsoft.FSharp.Core.Unit>
Constructors
FSharpUnitCodec() |
Methods
ReadValue<TInput>(Reader<TInput>, Field) | |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Unit) |