共用方式為


FSharpUnitCodec 類別

定義

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)
繼承
FSharpUnitCodec
屬性
實作
IFieldCodec IFieldCodec<Microsoft.FSharp.Core.Unit>

建構函式

FSharpUnitCodec()

Microsoft.FSharp.Core.Unit 的串行化程式

方法

ReadValue<TInput>(Reader<TInput>, Field)

Microsoft.FSharp.Core.Unit 的串行化程式

WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Unit)

Microsoft.FSharp.Core.Unit 的串行化程式

適用於