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 的序列化程序

适用于