FSharpChoiceCodec<T1, T2, T3, T4>
class
Namespace: Orleans.Serialization
Serializer for
Microsoft.FSharp.Core.FSharpChoice. public class FSharpChoiceCodec<T1, T2, T3, T4> : IDerivedTypeCodec, IFieldCodec, IFieldCodec<FSharpChoice<T1, T2, T3, T4>>Constructors
FSharpChoiceCodec<T1, T2, T3, T4>(IFieldCodec<T1>, IFieldCodec<T2>, IFieldCodec<T3>, IFieldCodec<T4>)Initializes a new instance of theOrleans.Serialization.FSharpChoiceCodecclass.
