FSharpChoiceCodec<T1,T2> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の 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>
- 属性
- 実装
コンストラクター
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>) |
フィールドを書き込みます。 |