FSharpChoiceCodec<T1,T2> クラス

定義

Microsoft.FSharp.Core.FSharpChoice`2シリアライザー。

[Orleans.RegisterSerializer]
public class FSharpChoiceCodec<T1,T2> : Orleans.Serialization.Codecs.IDerivedTypeCodec, Orleans.Serialization.Codecs.IFieldCodec<Microsoft.FSharp.Core.FSharpChoice<T1,T2>>
[<Orleans.RegisterSerializer>]
type FSharpChoiceCodec<'T1, 'T2> = class
    interface IFieldCodec<Choice<'T1, 'T2>>
    interface IFieldCodec
    interface IDerivedTypeCodec
Public Class FSharpChoiceCodec(Of T1, T2)
Implements IDerivedTypeCodec, IFieldCodec(Of FSharpChoice(Of T1, T2))

型パラメーター

T1
T2
継承
FSharpChoiceCodec<T1,T2>
属性
実装
IDerivedTypeCodec IFieldCodec IFieldCodec<Microsoft.FSharp.Core.FSharpChoice<T1,T2>>

コンストラクター

FSharpChoiceCodec<T1,T2>(IFieldCodec<T1>, IFieldCodec<T2>)

FSharpChoiceCodec<T1,T2> クラスの新しいインスタンスを初期化します。

明示的なインターフェイスの実装

IFieldCodec<FSharpChoice<T1,T2>>.ReadValue<TInput>(Reader<TInput>, Field)

Microsoft.FSharp.Core.FSharpChoice`2シリアライザー。

IFieldCodec<FSharpChoice<T1,T2>>.WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, FSharpChoice<T1,T2>)

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

適用対象