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>) |
필드를 씁니다. |