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>)

フィールドを書き込みます。

適用対象