FSharpValueOptionCodec<T> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
的 Microsoft.FSharp.Core.FSharpValueOption`1序列化程序。
[Orleans.RegisterSerializer]
public class FSharpValueOptionCodec<T> : Orleans.Serialization.Codecs.IFieldCodec<Microsoft.FSharp.Core.FSharpValueOption<T>>
[<Orleans.RegisterSerializer>]
type FSharpValueOptionCodec<'T> = class
interface IFieldCodec<ValueOption<'T>>
interface IFieldCodec
Public Class FSharpValueOptionCodec(Of T)
Implements IFieldCodec(Of FSharpValueOption(Of T))
类型参数
- T
- 继承
-
FSharpValueOptionCodec<T>
- 属性
- 实现
-
IFieldCodec IFieldCodec<Microsoft.FSharp.Core.FSharpValueOption<T>>
构造函数
FSharpValueOptionCodec<T>(IFieldCodec<T>) |
初始化 FSharpValueOptionCodec<T> 类的新实例。 |