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