FSharpValueOptionCodec<T> 类

定义

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> 类的新实例。

显式接口实现

IFieldCodec<FSharpValueOption<T>>.ReadValue<TInput>(Reader<TInput>, Field)

读取值。

IFieldCodec<FSharpValueOption<T>>.WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, FSharpValueOption<T>)

写入字段。

适用于