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