FSharpUnitCodec 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 的串行化程式 |